Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun intLamportClock(initialTime: Int, onNewTime: suspend (Int) -> Unit = {}): LamportClock<Int>

Convenience function to instantiate a LamportClock for timestamps of type Int.

Link copied to clipboard
fun longLamportClock(initialTime: Long, onNewTime: suspend (Long) -> Unit = {}): LamportClock<Long>

Convenience function to instantiate a LamportClock for timestamps of type Long.