Expand description
Low-level timer implementations.
Modules§
- resolution
- Resolution adapters for timers.
- wheel
- A hierarchical timing wheel based on https://github.com/Bathtor/rust-hash-wheel-timer.
Structs§
- Delayed
- A delayed item with a delay duration and an arbitrary payload.
- Timer
Options - Options for the timer loop.
Enums§
- Timer
Loop Action - A desired action to be taken by the timer loop.
Functions§
- run_
binary_ heap_ timer - Run a timer loop backed by a binary heap structure.
- run_
hierarchical_ timer - Run a timer loop with a hierarchical timing wheel algorithm and the given resolution.