[Top]
predef::
Thread
Thread.Fifo
|
Method Thread.Fifo()->read_array()
- Method
read_array
-
array read_array()
- Description
-
This function returns all values currently in the fifo. Values in
the array will be in the order they were written. If there are no
values present in the fifo the current thread will sleep until
some other thread writes a value to the fifo.
- See also
-
write() , read()
|