diff options
Diffstat (limited to 'meta/3rd/luv/library/uv_process_t.lua')
m--------- | meta/3rd/luv | 0 | ||||
-rw-r--r-- | meta/3rd/luv/library/uv_process_t.lua | 22 |
2 files changed, 0 insertions, 22 deletions
diff --git a/meta/3rd/luv b/meta/3rd/luv new file mode 160000 +Subproject 3615eb12c94a7cfa7184b8488cf908abb5e94c9 diff --git a/meta/3rd/luv/library/uv_process_t.lua b/meta/3rd/luv/library/uv_process_t.lua deleted file mode 100644 index 7329df3c..00000000 --- a/meta/3rd/luv/library/uv_process_t.lua +++ /dev/null @@ -1,22 +0,0 @@ ----@meta - ---- Process handles will spawn a new process and allow the user to control it and ---- establish communication channels with it using streams. ---- ----@class uv.uv_process_t : uv.uv_handle_t -local process - ---- Returns the handle's pid. ---- ----@return integer pid -function process:get_pid() end - ---- Sends the specified signal to the given process handle. ---- ---- Check the documentation on `uv_signal_t` for signal support, specially on Windows. ---- ----@param signum integer|string ----@return 0|nil success ----@return uv.error.message|nil err ----@return uv.error.name|nil err_name -function process:kill(signum) end
\ No newline at end of file |