Go to the source code of this file.
Functions | |
int | main () |
void | on_exit (uv_process_t *req, int64_t exit_status, int term_signal) |
Variables | |
uv_process_t | child_req |
uv_loop_t * | loop |
uv_process_options_t | options |
int main | ( | ) |
Definition at line 15 of file libuv/docs/code/spawn/main.c.
void on_exit | ( | uv_process_t * | req, |
int64_t | exit_status, | ||
int | term_signal | ||
) |
Definition at line 10 of file libuv/docs/code/spawn/main.c.
uv_process_t child_req |
Definition at line 7 of file libuv/docs/code/spawn/main.c.
uv_loop_t* loop |
Definition at line 6 of file libuv/docs/code/spawn/main.c.
uv_process_options_t options |
Definition at line 8 of file libuv/docs/code/spawn/main.c.