Expand description
Allows a future to execute for a maximum amount of time.
See Timeout documentation for more details.
Structs§
- Timeout
- Future returned by
timeoutandtimeout_at.
Functions§
- poll_
delay 🔒 - timeout
- Requires a
Futureto complete before the specified duration has elapsed. - timeout_
at - Requires a
Futureto complete before the specified instant in time.