[issue30782] Allow limiting the number of concurrent tasks in asyncio.as_completed

Andrew Svetlov report at bugs.python.org
Wed Dec 20 14:07:29 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

as_completed() is low-level API.
Let's not overload it with different parameters.

Anyway `as_completed()` uses only asyncio.Future and it's public API like `add_done_callback()` etc.

You can master everything what you need without asyncio modification.

Let's close the issue with "wont fix" resolution.

----------
nosy: +asvetlov

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


More information about the Python-bugs-list mailing list