toggle menu
logical-clocks-kotlin
0.1.0
common
switch theme
search in API
logical-clocks-kotlin
/
pro.felixo.logicalclocks.lamport
/
intLamportClock
int
Lamport
Clock
fun
intLamportClock
(
initialTime
:
Int
,
onNewTime
:
suspend
(
Int
)
->
Unit
=
{}
)
:
LamportClock
<
Int
>
Convenience function to instantiate a
LamportClock
for timestamps of type
Int
.