Method Thread.Condition()->signal()
- Method
signal
void
signal()- Description
signal() wakes up one of the threads currently waiting for the condition.
- Note
Sometimes more than one thread is woken up.
- See also
void
signal()
signal() wakes up one of the threads currently waiting for the condition.
Sometimes more than one thread is woken up.