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

Method put_nowait

tensorrt_llm/llmapi/utils.py:402–403  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

400 # corresponding data in deque may have already been consumed.
401 # Avoid firing the event in this case.
402 def put_nowait(self, item) -> None:
403 self._q.append(item)
404
405 def notify(self) -> None:
406 if self._q:

Callers 12

putMethod · 0.45
put_nowaitMethod · 0.45
add_eventsMethod · 0.45
_notify_watch_eventMethod · 0.45
add_events_from_respMethod · 0.45
set_output_streamingMethod · 0.45
process_resMethod · 0.45
putMethod · 0.45
handle_for_workerMethod · 0.45
process_resMethod · 0.45
mpi_done_callbackMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected