ray.util.queue.Queue.get_nowait# Queue.get_nowait() → Any[源代码]# 等同于 get(block=False)。 抛出: Empty – 如果队列为空。