Expand description
I/O streams.
Modules§
Structs§
- Close
Stream - Used to close associated
RecvOnlyStreamand/orWriteOnlyStream. - Error
Code - Recv
Only Stream - Input stream which can be closed asynchronously.
- Recv
Stream - Input stream.
- Recv
Write Stream - Bidirectional stream.
- Write
Only Stream - Output stream which can be closed asynchronously.
- Write
Stream - Output stream.