uv_timer_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

close_cb
void function(uv_handle_s*) close_cb;
Undocumented in source.
data
void* data;
Undocumented in source.
flags
uint flags;
Undocumented in source.
handle_queue
void*[2] handle_queue;
Undocumented in source.
heap_node
void*[3] heap_node;
Undocumented in source.
loop
uv_loop_s* loop;
Undocumented in source.
next_closing
uv_handle_s* next_closing;
Undocumented in source.
repeat
c_ulong repeat;
Undocumented in source.
start_id
c_ulong start_id;
Undocumented in source.
timeout
c_ulong timeout;
Undocumented in source.
timer_cb
void function(uv_timer_s*) timer_cb;
Undocumented in source.
type
uv_handle_type type;
Undocumented in source.

Meta