korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
korlibs.concurrent.lock
/
BaseLockWithNotifyAndWait
Base
Lock
With
Notify
And
Wait
interface
BaseLockWithNotifyAndWait
:
BaseLock
Inheritors
LockImpl
Lock
Members
Functions
notify
Link copied to clipboard
abstract
fun
notify
(
unit
:
Unit
=
Unit
)
wait
Link copied to clipboard
abstract
fun
wait
(
time
:
FastDuration
)
open
fun
wait
(
time
:
Duration
)