UV_STREAM_FIELDS

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_STREAM_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

alloc_cb
uv_alloc_cb alloc_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
read_cb
uv_read_cb read_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
write_queue_size
size_t write_queue_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixed In Members

From mixin UV_STREAM_PRIVATE_FIELDS

reqs_pending
uint reqs_pending;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
activecnt
int activecnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
read_req
uv_read_t read_req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stream_s
union stream_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stream
stream_s stream;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta