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

Karthikeyan Singaravelan report at bugs.python.org
Thu Sep 12 05:34:23 EDT 2019


Karthikeyan Singaravelan <tir.karthi at 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 at bugs.python.org>
<https://bugs.python.org/issue27589>
_______________________________________


More information about the docs mailing list