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§
- Real
Clock - Real clock implementation using system time.
Traits§
- Clock
- Trait for time operations, allowing testability.