dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
Condition.notify
java
nonstandard
sync
condition
Condition
Notifies one waiter.
class
Condition
void
notify
(
)
Throws
SyncException on error.
Meta
Source
See Implementation
java
nonstandard
sync
condition
Condition
constructors
this
destructors
~this
functions
notify
notifyAll
wait
properties
mutex
Notifies one waiter.