[issue33533] Provide an async-generator version of as_completed

Hrvoje Nikšić report at bugs.python.org
Wed May 16 02:49:56 EDT 2018


Hrvoje Nikšić <hniksic at gmail.com> added the comment:

Of course, `yield from done` would actually have to be `for future in done: yield future`, since async generators don't support yield from.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33533>
_______________________________________


More information about the Python-bugs-list mailing list