Crate fastimer_driver

Source
Expand description

Runtime-agnostic time driver for creating delay futures.

Structs§

BinaryHeapTimeDriver
A heap-based time driver that drives registered timers.
Delay
Future returned by delay and delay_until.
MakeFastimerDelay
A delay implementation that uses the given time context.
TimeContext
A time context for creating Delays.
TimeDriverShutdown
A handle to shut down the time driver.

Functions§

binary_heap_driver
Returns a new time driver, its time context and the shutdown handle.