Method Thread.Fifo()->try_write()
- Method try_write
inttry_write(mixedvalue)- Description
Append a
valueto 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