![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Sept. 12, 2019
9:34 a.m.
Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: Current docs read as below with an example to show that earliest future is returned. I guess this can be closed. https://docs.python.org/dev/library/asyncio-task.html#asyncio.as_completed Run awaitable objects in the aws set concurrently. Return an iterator of Future objects. Each Future object returned represents the earliest result from the set of the remaining awaitables. ---------- nosy: +asvetlov, xtreak _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27589> _______________________________________