Searched defs:run_in_executor (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | events.py | 288 async def run_in_executor(self, executor, func, *args): member in AbstractEventLoop |
D | base_events.py | 742 def run_in_executor(self, executor, func, *args): member in BaseEventLoop |