Skip to main content

Module clock

Module clock 

Source
Expand description

Clock and time utilities in the runtime boundary.

This module provides time-related capabilities that domain code can use through trait abstraction.

Structs§

RealClock
Real clock implementation using system time.

Traits§

Clock
Trait for time operations, allowing testability.