//! Daemon clock re-exports from `actionqueue-core`.
//!
//! All clock types are now defined in `actionqueue_core::time::clock`.
//! This module provides backward-compatible type aliases.
pub use ;
/// Backward-compatible alias for [`SharedClock`].
pub type SharedDaemonClock = SharedClock;