lst_auto_rta.utils.queue.get_all_non_blocking

lst_auto_rta.utils.queue.get_all_non_blocking(q)[source]

Get all items present in the queue, non-blocking.

Parameters:

q (Queue) – The queue to query

Returns:

Items retrieved from the queue.

Return type:

List[Any]