MCPcopy Create free account
hub / github.com/ali-vilab/TeaCache / execute_method_async

Method execute_method_async

videosys/core/mp_utils.py:256–259  ·  view source on GitHub ↗
(self, method: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

254 return future
255
256 async def execute_method_async(self, method: str, *args, **kwargs):
257 future = asyncio.get_running_loop().create_future()
258 self._enqueue_task(future, method, args, kwargs)
259 return await future
260
261 def terminate_worker(self):
262 try:

Callers

nothing calls this directly

Calls 1

_enqueue_taskMethod · 0.95

Tested by

no test coverage detected