Expand description
A no_std
compatible Hybrid Logical Clock (HLC) implementation for generating monotonic
timestamps in distributed systems. Combines physical and logical time to ensure causality,
with thread-safe operations and configurable backoff strategies for contention handling.
The kairos
module provides the core functionality, including timestamp generation,
clock configuration, and health monitoring. Suitable for use in resource-constrained
environments and distributed systems requiring precise event ordering.
Modules§
- kairos
- A Hybrid Logical Clock (HLC) implementation for generating monotonic timestamps
in distributed systems, combining physical and logical time to ensure causality.
Supports
no_std
environments and provides thread-safe operations with configurable backoff strategies for contention handling. Contains a kairotic component for μητις.