intLamportClock

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

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