Expand description
Runtime-agnostic time driver for creating delay futures.
Structs§
- Binary
Heap Time Driver - A heap-based time driver that drives registered timers.
- Delay
- Future returned by
delay
anddelay_until
. - Make
Fastimer Delay - A delay implementation that uses the given time context.
- Time
Context - A time context for creating
Delay
s. - Time
Driver Shutdown - A handle to shut down the time driver.
Functions§
- binary_
heap_ driver - Returns a new time driver, its time context and the shutdown handle.