Schedule the shutdown of the default executor.
(self)
| 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 |
no outgoing calls