Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::
Thread
Thread.Queue

Class Thread.Queue

Description

Queue implements a queue, or a pipeline. The main difference between Queue and Fifo is that Queue will never block in write(), only allocate more memory.

Note

Queues are only available on systems with POSIX or UNIX or WIN32 thread support.

See also

Fifo


Inherit r_cond

inherit Condition : r_cond


Inherit lock

inherit Mutex : lock