upromised.uv

Undocumented in source.

Members

Classes

UvError
class UvError
Undocumented in source.

Functions

handle
uv_handle_t* handle(uv_tcp_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle(uv_pipe_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle(uv_process_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle(uv_tty_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle(uv_udp_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
uv_stream_t* stream(uv_tcp_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
uv_stream_t* stream(uv_tty_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
uv_stream_t* stream(uv_pipe_t self)
Undocumented in source. Be warned that the author may not have intended to support it.
uvCheck
void uvCheck(int r)
Undocumented in source. Be warned that the author may not have intended to support it.
uvCheck
bool uvCheck(int r, DelegatePromise!T t)
Undocumented in source. Be warned that the author may not have intended to support it.
uvCheck
bool uvCheck(int r, DelegatePromiseIterator!T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta