Module async_read

Module async_read 

Source
Available on crate feature async-read only.
Expand description

A SourceStream adapter for any source that implements AsyncRead.

Structsยง

AsyncReadStream
An implementation of the SourceStream trait for any stream implementing AsyncRead.
AsyncReadStreamParams
Parameters for creating an AsyncReadStream.