1 2 3 4 5 6 7 8 9 10
//! Keyed wrapper over the core hashed wheel timer. mod core; mod types; pub use core::KeyedHashedWheelTimer; pub use types::{KeyedScheduleResult, KeyedUpdateResult}; #[cfg(test)] mod tests;