MCPcopy Index your code
hub / github.com/python/cpython / run_in_executor

Method run_in_executor

Lib/asyncio/events.py:336–337  ·  view source on GitHub ↗
(self, executor, func, *args)

Source from the content-addressed store, hash-verified

334 raise NotImplementedError
335
336 def run_in_executor(self, executor, func, *args):
337 raise NotImplementedError
338
339 def set_default_executor(self, executor):
340 raise NotImplementedError

Calls

no outgoing calls