ray.util.queue.Queue.put_nowait# Queue.put_nowait(item: Any) → None[源代码]# 等同于 put(item, block=False)。 抛出: Full – 如果队列已满。