package
0.1.0
Repository: https://github.com/sunvim/utils.git
Documentation: pkg.go.dev

# Functions

LoadPersistedClock load a persisted Lamport clock from a file.
NewMemClock create a new clock with the value 1.
NewMemClockWithTime create a new clock with a value.
NewPersistedClock create a new persisted Lamport clock.

# Variables

No description provided by the author

# Structs

MemClock is a thread safe implementation of a lamport clock.
No description provided by the author

# Interfaces

Clock is a Lamport logical clock.

# Type aliases

Time is the value of a Clock.