Extracted from Pike v7.4 release 97 at 2004-08-02.
pike.ida.liu.se
[Top]
predef::
Thread
Thread.Queue

Method Thread.Queue()->write()


Method write

void write(mixed value)

Description

This function puts a value last in the queue. If the queue is too small to hold the value the queue will be expanded to make room for it.

See also

read()