ray.util.queue.Queue.put_nowait_batch#

Queue.put_nowait_batch(items: collections.abc.Iterable) None[source]#

Takes in a list of items and puts them into the queue in order.

Raises

Full – if the items will not fit in the queue