MCPcopy 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

taskFunction · 0.80
receiverMethod · 0.80
_mainloopMethod · 0.80

Calls 3

setup_lazilyMethod · 0.95
_check_thread_safetyMethod · 0.95
_recv_data_asyncMethod · 0.95

Tested by 8

taskFunction · 0.64
receiverMethod · 0.64