Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
poll
Method · 0.45
print_alive_threads
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected