Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
Thread
Thread.Fifo

Method Thread.Fifo()->read_array()


Method read_array

array read_array()

Description

This function returns all values currently in the fifo. Values in the array will be in the order they were written. If there are no values present in the fifo the current thread will sleep until some other thread writes a value to the fifo.

See also

write() , read()