uv_work_s

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

Members

Variables

after_work_cb
void function(uv_work_s*, int) after_work_cb;
Undocumented in source.
data
void* data;
Undocumented in source.
loop
uv_loop_s* loop;
Undocumented in source.
reserved
void*[6] reserved;
Undocumented in source.
type
uv_req_type type;
Undocumented in source.
work_cb
void function(uv_work_s*) work_cb;
Undocumented in source.
work_req
uv__work work_req;
Undocumented in source.

Meta