[Top]
Thread
Thread.Queue
|
Method Thread.Queue()->write()
- Method
write
int write(mixed value)
- Description
This function puts a value last in the queue. If the queue is
too small to hold the value it will be expanded to make room.
The number of items in the queue after the write is returned.
- See also
read()
|