Module clock

Source
Expand description

Logical clock implementation for distributed synchronization

This module provides both Lamport and Vector clock implementations for maintaining causal ordering of events in the distributed system.

Structsยง

Clock
Implements logical clocks for distributed synchronization