Skip to main content

Module vector_clock

Module vector_clock 

Source
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§

VectorClock
Vector clock for tracking causality in distributed systems

Enums§

ClockOrdering
Comparison result for vector clocks

Traits§

CausalOrdering
Extension trait for working with causality