Expand description
A way to poll a future until it or a timer completes.
§Example
see TimeoutExt::timeout and TimeoutExt::deadline.
Re-exports§
Structs§
- Timed
- A helper that polling both inner Future, and a
Timerthat will complete after a specified timeout or deadline.