//! A set of scheduling primitives with low algorithmic complexity, for high-performance time-based systems.
//!
//! Currently, this module contains timing wheel designs (both standard and hierarchical).
pub use Clock;
pub use TimingWheel;
/// Trait for any time-series object for processing.