ray.util.queue.Queue.get_nowait_batch#

Queue.get_nowait_batch(num_items: int) List[Any][源代码]#

从队列中获取项目,并按顺序将它们以列表形式返回。

抛出:

Empty – 如果队列不包含所需数量的项目