[][src]Module gain::stream

I/O streams.

Modules

buf

Buffered I/O streams.

future

Structs

CloseStream

Used to close associated RecvOnlyStream and/or WriteOnlyStream.

RecvOnlyStream

Input stream which can be closed asynchronously.

RecvStream

Input stream.

RecvWriteStream

Bidirectional stream.

WriteOnlyStream

Output stream which can be closed asynchronously.

WriteStream

Output stream.

Traits

Close

Stream closer.

Recv

Data subscriber and receiver.

Write

Data writer.