Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Thread
Thread.Queue

Class Thread.Queue

Description

Thread.Queue implements a queue, or a pipeline. The main difference between Thread.Queue and Thread.Fifo is that Thread.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

Thread.Fifo

Inherits

  • Condition
  • Mutex