Skip to main content

Module clock

Module clock 

Source
Expand description

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.

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.
SharedDaemonClock
Backward-compatible alias for SharedClock.