-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be less aggressive about stopping the event loop
If we stop the event loop during aiorun's shutdown phase, we can cause all sorts of pain (the loop may stop before all tasks have had a chance to finish shutting down). We *should* only see `async_main` being cancelled if aiorun is the one doing it (I hope), and if another exception is thrown then aiorun's exception handler should see it and stop the loop for us. Probably.
- Loading branch information
Showing
2 changed files
with
30 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters