Package-level declarations

Functions

Link copied to clipboard

Returns the current time mark.

Link copied to clipboard
internal fun getRemainingDuration(timeMark: ComparableTimeMark, duration: Duration): Duration

Returns the remaining duration to wait before the time mark has elapsed the given duration.

Link copied to clipboard
internal fun hasExceededDuration(timeMark: ComparableTimeMark, duration: Duration): Boolean

Checks if the time mark elapsed duration has exceeded the given duration.