AbstractLongTimeSource

An abstract class used to implement time sources that return their readings as Long values in the specified unit.

Since Kotlin

1.3

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun markNow(): TimeMark

Marks a point in time on this time source.

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard

Executes the given function block and returns the duration of elapsed time interval.

Link copied to clipboard

Executes the given block and returns an instance of TimedValue class, containing both the result of function execution and the duration of elapsed time interval.