uv_process_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Mixins

__anonymous
mixin UV_HANDLE_FIELDS
Undocumented in source.
__anonymous
mixin UV_PROCESS_PRIVATE_FIELDS
Undocumented in source.

Variables

exit_cb
uv_exit_cb exit_cb;
Undocumented in source.
pid
int pid;
Undocumented in source.

Mixed In Members

From mixin UV_HANDLE_FIELDS

data
void* data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loop
uv_loop_t* loop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
uv_handle_type type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
close_cb
uv_close_cb close_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
handle_queue
void*[2] handle_queue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_s
union u_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u
u_s u;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin UV_HANDLE_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

From mixin UV_PROCESS_PRIVATE_FIELDS

exit_req_s
struct exit_req_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
exit_req
exit_req_s exit_req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
child_stdio_buffer
BYTE* child_stdio_buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
exit_signal
int exit_signal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wait_handle
HANDLE wait_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
process_handle
HANDLE process_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
exit_cb_pending
char exit_cb_pending;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta