Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

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

broadcast()