Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ get_async
Method
get_async
tensorrt_llm/executor/ipc.py:242–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
return
self._recv_data()
241
242
async
def
get_async(self) -> Any:
243
self.setup_lazily()
244
self._check_thread_safety()
245
return
await self._recv_data_async()
246
247
async
def
get_async_noblock(self,
248
timeout: float = 0.5,
Callers
9
test_async_pair_with_hmac
Method · 0.95
test_async_pair_without_hmac
Method · 0.95
test_async_router_with_identity
Method · 0.95
test_put_async_noblock
Method · 0.95
test_async_router_without_hmac
Method · 0.95
test_async_router_get_noblock
Method · 0.95
task
Function · 0.80
receiver
Method · 0.80
_mainloop
Method · 0.80
Calls
3
setup_lazily
Method · 0.95
_check_thread_safety
Method · 0.95
_recv_data_async
Method · 0.95
Tested by
8
test_async_pair_with_hmac
Method · 0.76
test_async_pair_without_hmac
Method · 0.76
test_async_router_with_identity
Method · 0.76
test_put_async_noblock
Method · 0.76
test_async_router_without_hmac
Method · 0.76
test_async_router_get_noblock
Method · 0.76
task
Function · 0.64
receiver
Method · 0.64