Expand description
Vector clock implementation for causality tracking
Vector clocks provide a mechanism to capture causal relationships between events in distributed systems. They allow us to determine if events are causally related or concurrent.
Structs§
- Vector
Clock - Vector clock for tracking causality in distributed systems
Enums§
- Clock
Ordering - Comparison result for vector clocks
Traits§
- Causal
Ordering - Extension trait for working with causality