| [Top] Thread
 Thread.Fifo
 
 | Method Thread.Fifo()->write()
 
Method
write
int 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. The number of items in the queue after the write is
 returned.See also
read()  
 |