upromised.uv

Undocumented in source.

Modules

work
module upromised.uv.work
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, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
uvCheck
bool uvCheck(int r, DelegatePromise!T t, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
uvCheck
bool uvCheck(int r, DelegatePromiseIterator!T t, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta