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

Method shutdown_default_executor

Lib/asyncio/events.py:301–303  ·  view source on GitHub ↗

Schedule the shutdown of the default executor.

(self)

Source from the content-addressed store, hash-verified

299 raise NotImplementedError
300
301 async def shutdown_default_executor(self):
302 """Schedule the shutdown of the default executor."""
303 raise NotImplementedError
304
305 # Methods scheduling callbacks. All these return Handles.
306

Callers 5

closeMethod · 0.45
close_loopMethod · 0.45

Calls

no outgoing calls