1//! Clock trait re-exported from `actionqueue-core`.
2//!
3//! All clock types are now defined in `actionqueue_core::time::clock`.
4//! This module re-exports them for backward compatibility.
56pub use actionqueue_core::time::clock::{Clock, MockClock, SharedClock, SystemClock};