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

Method get

tensorrt_llm/executor/utils.py:122–123  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

120 self.queue.put(obj)
121
122 def get(self, timeout=None) -> Any:
123 return self.queue.get(timeout=timeout)
124
125 def close(self):
126 pass

Callers 2

pollMethod · 0.45
print_alive_threadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected