Expand description
Asynchronous io.
Structs§
- BufCursor
- Two layer cursor buffer reading.
- BufReader
- An implementation of
AsyncBufRead
with givenAsyncIoRead
.
Traits§
- Async
BufRead - An
AsyncIoRead
with internal buffer. - Async
IoRead - Asynchronous io read operation.
- Async
IoWrite - Asynchronous io write operation.
Functions§
- poll_
read_ fn - Tries to read data from the stream into the provided buffer, advance buffer cursor, returning how many bytes were read.