Module timeout

Source
Available on crate feature network only.
Expand description

Async{Read,Write} wrappers that enforce a configurable timeout on each I/O operation.

Structsยง

TimedReader
An AsyncRead wrapper that enforces a timeout on each read.
TimedWriter
An AsyncWrite wrapper that enforces a timeout on each write.