Package-level declarations
Types
Link copied to clipboard
class LamportClock<LamportTimestamp : Comparable<LamportTimestamp>>(initialTime: LamportTimestamp, increment: (LamportTimestamp) -> LamportTimestamp, onNewTime: suspend (LamportTimestamp) -> Unit = {}) : LogicalClock<LamportTimestamp>
A generic Lamport clock.
Functions
Link copied to clipboard
Convenience function to instantiate a LamportClock for timestamps of type Int.
Link copied to clipboard
Convenience function to instantiate a LamportClock for timestamps of type Long.