Available on crate feature
network
only.Expand description
Async{Read,Write}
wrappers that enforce a configurable timeout on each I/O operation.
Structsยง
- Timed
Reader - An
AsyncRead
wrapper that enforces a timeout on each read. - Timed
Writer - An
AsyncWrite
wrapper that enforces a timeout on each write.