# Functions

LoadPersisted load a persisted Lamport clock from a file.
NewClock create a new clock with the value 1.
NewClockWithTime create a new clock with a value.
NewPersisted create a new persisted Lamport clock.

# Structs

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

# Type aliases

Time is the value of a Clock.