Expand description
Asynchronous IO
Structs
- The
BufReaderstruct adds buffering to any reader. - A future which can be used to easily read available number of bytes to fill a buffer.
Traits
- Read bytes asynchronously.
Functions
- Asynchronously copies the entire contents of a reader into a writer.
- Reader for a stream of bytes
- Writer for a sink of bytes