UV_LOOP_PRIVATE_FIELDS

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

Members

Variables

active_tcp_streams
uint active_tcp_streams;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
active_udp_streams
uint active_udp_streams;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
check_handles
uv_check_t* check_handles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endgame_handles
uv_handle_t* endgame_handles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idle_handles
uv_idle_t* idle_handles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iocp
HANDLE iocp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
next_check_handle
uv_check_t* next_check_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
next_idle_handle
uv_idle_t* next_idle_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
next_prepare_handle
uv_prepare_t* next_prepare_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pending_reqs_tail
uv_req_t* pending_reqs_tail;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
poll_peer_sockets
SOCKET[UV_MSAFD_PROVIDER_COUNT] poll_peer_sockets;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prepare_handles
uv_prepare_t* prepare_handles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time
uint64_t time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_counter
uint64_t timer_counter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_heap
void* timer_heap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wq
void*[2] wq;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wq_async
uv_async_t wq_async;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wq_mutex
uv_mutex_t wq_mutex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta