Extracted from Pike v7.6 release 112 at 2008-06-24.
pike.ida.liu.se
[Top]
Thread
Thread.Condition

Method Thread.Condition()->broadcast()


Method broadcast

void broadcast()

Description

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

See also

signal()