MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / put_nowait

Method put_nowait

tensorrt_llm/llmapi/utils.py:473–475  ·  view source on GitHub ↗

Put item without notify the event.

(self, item)

Source from the content-addressed store, hash-verified

471 raise AsyncQueue.EventLoopShutdownError()
472
473 def put_nowait(self, item) -> None:
474 """ Put item without notify the event. """
475 self._aq.put_nowait(item)
476
477 # Notify many queues in one coroutine, to cut down context switch overhead.
478 @staticmethod

Callers

nothing calls this directly

Calls 1

put_nowaitMethod · 0.45

Tested by

no test coverage detected