This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients aeros, asvetlov, primal, yselivanov
Date 2019-11-01.09:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572601938.7.0.522645024923.issue32309@roundup.psfhosted.org>
In-reply-to
Content
Paul's version looks better.

Two notes: 
1. get_running_loop() should be used instead of get_event_loop()
2. There is no `await executer.shutdown()` API, the method is synchronous.
History
Date User Action Args
2019-11-01 09:52:18asvetlovsetrecipients: + asvetlov, yselivanov, primal, aeros
2019-11-01 09:52:18asvetlovsetmessageid: <1572601938.7.0.522645024923.issue32309@roundup.psfhosted.org>
2019-11-01 09:52:18asvetlovlinkissue32309 messages
2019-11-01 09:52:18asvetlovcreate