ValueTimeMark
A specialized kotlin.time.TimeMark returned by TimeSource.Monotonic.
This time mark is implemented as an inline value class wrapping a platform-dependent time reading value of the default monotonic time source, thus allowing to avoid additional boxing of that value.
The operations plus and minus are also specialized to return ValueTimeMark type.
Since Kotlin
1.7Functions
Returns the amount of time passed from this mark measured with the time source from which this mark was taken.
Returns false if this time mark has not passed according to the time source from which this mark was taken.
Returns true if this time mark has passed according to the time source from which this mark was taken.
Returns a time mark on the same time source that is behind this time mark by the specified duration.
Returns a time mark on the same time source that is ahead of this time mark by the specified duration.