UvStream

Undocumented in source.

Constructors

this
this(uv_loop_t* ctx)
Undocumented in source.

Members

Functions

close
Promise!void close()
Undocumented in source. Be warned that the author may not have intended to support it.
read
PromiseIterator!(const(ubyte)[]) read()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
Promise!void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
write
Promise!void write(immutable(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ctx
uv_loop_t* ctx;
Undocumented in source.
self
SELF self;
Undocumented in source.

Inherited Members

From Stream

close
Promise!void close()
Undocumented in source.
shutdown
Promise!void shutdown()
Undocumented in source.
read
PromiseIterator!(const(ubyte)[]) read()
Undocumented in source.
write
Promise!void write(immutable(ubyte)[] )
Undocumented in source.

Meta