TcpSocket

Undocumented in source.

Constructors

this
this(uv_loop_t* ctx)
Undocumented in source.

Members

Functions

bind
void bind(Address[] addr)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
Promise!void connect(Address[] addr)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
PromiseIterator!TcpSocket listen(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta