Expand description
A generic timer queue for async executors.
Structs§
- Delay
- Future returned by
delay
anddelay_until
. - Timeout
- Future returned by
timeout
andtimeout_at
. - Timer
Queue - A generic timer queue for async executors.
Traits§
- Timer
Queue Backend - A backend definition for a monotonic clock/counter.
- Timer
Queue Ticks - The ticks of a timer.