[−][src]Crate utsl_hybrid_clocks
Implementation of Hybrid Logical Clocks.
This is based on the paper "Logical Physical Clocks and Consistent
Snapshots in Globally Distributed Databases". Provides a
strictly-monotonic clock that can be used to determine if one event
happens-before
another.
Structs
Clock | The main clock type. |
ManualClock | |
OffsetLimiter | A wrapper around |
Timestamp | A value that represents a logical timestamp. |
WallMS | |
WallMST | Representation of our timestamp. |
Enums
Error |
Traits
ClockSource | Describes the interface that the inner clock source must provide. |
Type Definitions
Result |