Extracted from Pike v7.4 release 35 at 2003-12-09.
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()