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

Method Thread.Fifo()->write()


Method write

void Thread.Fifo()->write(mixed value)

Description

Append a value to the end of the fifo. If there is no more room in the fifo the current thread will sleep until space is available.

See also

Thread.Fifo.read