Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Thread.Condition()->broadcast()


Method broadcast

void broadcast()

Description

broadcast() wakes up all threads currently waiting for this condition.

See also

signal()