MonoClock

Common
JVM
JS
1.3
@ExperimentalTime typealias MonoClock = Monotonic
Deprecated: Use TimeSource.Monotonic instead.
Native
1.3
@ExperimentalTime object MonoClock : AbstractLongClock, Clock

Functions

Native
1.3

read

fun read(): Long
Native
1.3

toString

Returns a string representation of the object.

fun toString(): String