LockImpl

Reentrant typical lock.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
inline fun <T> lockUnlock(callback: () -> T): T
Link copied to clipboard
open override fun notify(unit: Unit = Unit)
Link copied to clipboard
open fun wait(time: Duration)
open override fun wait(time: FastDuration)