Expand description
An async timer implementation based on https://github.com/Bathtor/rust-hash-wheel-timer used by the Ora scheduler.
Re-exports
pub use timer::Timer;
pub use timer::TimerHandle;
Modules
- Resolution adapters for timers.
- A timer implementation that supports both blocking and async execution.
- A hierarchical timing wheel based on https://github.com/Bathtor/rust-hash-wheel-timer.