[issue24523] coroutine asyncio.wait() does not preserve order of elements

Марк Коренберг report at bugs.python.org
Sun Nov 29 15:43:05 EST 2015


Марк Коренберг added the comment:

Yes this is not a bug.

Use asyncio.gather(), it preserves order of elements :)

----------

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


More information about the Python-bugs-list mailing list