longLamportClock

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

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