Expand description
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.
Structs§
- Mock
Clock - A mock clock implementation for deterministic testing.
- System
Clock - A wall-clock implementation that uses the actual system time.
Traits§
- Clock
- A trait for obtaining the current time.
Type Aliases§
- Shared
Clock - Shared clock handle type for use in multi-threaded contexts.