Method Thread.Fifo()->try_read_array()
- Method try_read_array
array
try_read_array()- Description
This function returns all values in the fifo as an array but doesn't wait if there are no values there. The values in the array will be in the order they were written.
- See also