Module timeout
Available on crate feature
std only.Structs§
- Timeout
Io - A io which applies read and write timeouts to an inner io.
- Timeout
Reader - An
AsyncReader which applies a timeout to read operations. - Timeout
Writer - An
AsyncWriteer which applies a timeout to write operations.