actionqueue-engine 0.1.2

Scheduling, derivation, and concurrency primitives for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
//! Clock trait re-exported from `actionqueue-core`.
//!
//! All clock types are now defined in `actionqueue_core::time::clock`.
//! This module re-exports them for backward compatibility.

pub use actionqueue_core::time::clock::{Clock, MockClock, SharedClock, SystemClock};