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

Class Thread.Fifo

Description

Thread.Fifo implements a fixed length first-in, first-out queue. A fifo is a queue of values and is often used as a stream of data between two threads.

Note

Fifos are only available on systems with threads support.

See also

Thread.Queue

Inherits

  • Condition
  • Condition
  • Mutex