Expand description
Async timeout implementations
Structs§
- Timeout
- Timeout
Error - An error returned when a future times out.
- Timeout
Future - A future that times out after a duration of time.
Functions§
- io_
timeout - Awaits an I/O future or times out after a duration of time.
- timeout
- Awaits a future or times out after a duration of time.