Skip to main content

Module clock

Module clock 

Source
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§

MockClock
A mock clock implementation for deterministic testing.
SystemClock
A wall-clock implementation that uses the actual system time.

Traits§

Clock
A trait for obtaining the current time.

Type Aliases§

SharedClock
Shared clock handle type for use in multi-threaded contexts.