Message377797
I've added a new PR, PR 22491. This one has as_completed returning an iterator and includes tests for both the old and new style.
I see a trivial amount of latency added in extra call stack over Guido's original implementation. Should we decide to deprecate the plain-iterator-of-awaitables form, we can possibly regain that latency in refactoring this as an asynchronous generator. |
|
Date |
User |
Action |
Args |
2020-10-02 04:36:27 | JustinTArthur | set | recipients:
+ JustinTArthur, hniksic, asvetlov, Roman.Evstifeev, yselivanov, mivade |
2020-10-02 04:36:27 | JustinTArthur | set | messageid: <1601613387.49.0.976088889713.issue33533@roundup.psfhosted.org> |
2020-10-02 04:36:27 | JustinTArthur | link | issue33533 messages |
2020-10-02 04:36:27 | JustinTArthur | create | |
|