Andrew Svetlov <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue30782> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
