Shutdown all active asynchronous generators.
(self)
| 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.""" |