Pike programming language

Top Thread Thread.Queue
➤ Thread.MutexKey()->_sprintf() Thread.Queue()->peek() ➤

Class Thread.Queue

Inheritance graph
Thread.Condition Thread.Mutex 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.

FIXME

Ought to be made API-compatible with ADT.Queue.

See also

Fifo, ADT.Queue


Inherit lock

inherit Mutex : lock


Inherit r_cond

inherit Condition : r_cond

Extracted from as of .