previous
|
start
|
next
Answers
A sleeping thread is reactivated when the sleep delay has passed. A waiting thread is only reactivated if another thread has called
signalAll
or
signal
.
The calls to
await
and
signal
/
signalAll
must be made
to the same object
.
previous
|
start
|
next