ManualStream

Undocumented in source.

Constructors

this
this()
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.
readFromWrite
PromiseIterator!(const(ubyte)[]) readFromWrite()
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)[] r)
Undocumented in source. Be warned that the author may not have intended to support it.
writeToRead
Promise!bool writeToRead(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
writeToRead
Promise!bool writeToRead()
Undocumented in source. Be warned that the author may not have intended to support it.
writeToRead
Promise!bool writeToRead(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.

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