Module tokio_timer::timeout
source · Expand description
Allows a future or stream to execute for a maximum amount of time.
See Timeout
documentation for more details.
Structs§
- Error returned by
Timeout
. - Allows a
Future
orStream
to execute for a limited amount of time.