Extracted from Pike v7.8 release 352 at 2012-09-09.
pike.ida.liu.se
[Top]
Thread
Thread.Condition

Class Thread.Condition

Description

Implementation of condition variables.

Condition variables are used by threaded programs to wait for events happening in other threads.

Note

Condition variables are only available on systems with thread support. The Condition class is not simulated otherwise, since that can't be done accurately without continuations.

See also

Mutex