| [Top] Thread
 Thread.Fifo
 
 | Method Thread.Fifo()->try_write()
 
Method
try_write
int try_write(mixed value)Description
Append a value  to the end of the fifo. If there is no more
 room in the fifo then zero will be returned, otherwise the
 number of items in the fifo after the write is returned.See also
read()  
 |