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

Method put

tensorrt_llm/executor/utils.py:119–120  ·  view source on GitHub ↗
(self, obj: Any)

Source from the content-addressed store, hash-verified

117 self.queue = Queue()
118
119 def put(self, obj: Any):
120 self.queue.put(obj)
121
122 def get(self, timeout=None) -> Any:
123 return self.queue.get(timeout=timeout)

Callers 1

pollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected