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