[docs] [issue27589] asyncio doc: issue in as_completed() doc

Guido van Rossum report at bugs.python.org
Tue Nov 8 11:30:27 EST 2016


Guido van Rossum added the comment:

Well, in that case the idiom will be even simpler: wrap each one in a
coroutine that awaits it and prints the result and then gather() all the
coroutine wrappers.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27589>
_______________________________________


More information about the docs mailing list