Expand description
Unified clock trait and implementations for the ActionQueue system.
This module defines a single clock abstraction used across all ActionQueue crates. Time is represented as a 64-bit Unix timestamp (seconds since epoch).
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.