Module stream

Module stream 

Source
Expand description

I/O streams.

Modules§

buf
Buffered I/O streams.
future

Structs§

CloseStream
Used to close associated RecvOnlyStream and/or WriteOnlyStream.
ErrorCode
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.