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

Method shutdown_asyncgens

Lib/asyncio/events.py:297–299  ·  view source on GitHub ↗

Shutdown all active asynchronous generators.

(self)

Source from the content-addressed store, hash-verified

295 raise NotImplementedError
296
297 async def shutdown_asyncgens(self):
298 """Shutdown all active asynchronous generators."""
299 raise NotImplementedError
300
301 async def shutdown_default_executor(self):
302 """Schedule the shutdown of the default executor."""

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected