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

Method _notify

tensorrt_llm/llmapi/utils.py:462–463  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

460 self._loop = loop or asyncio.get_event_loop()
461
462 async def _notify(self):
463 self._aq.notify()
464
465 def put(self, item) -> None:
466 self._aq.put_nowait(item)

Callers 1

putMethod · 0.95

Calls 1

notifyMethod · 0.80

Tested by

no test coverage detected