This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients andybalaam, asvetlov, yselivanov
Date 2017-12-20.19:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513796849.3.0.213398074469.issue30782@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-20 19:07:29asvetlovsetrecipients: + asvetlov, andybalaam, yselivanov
2017-12-20 19:07:29asvetlovsetmessageid: <1513796849.3.0.213398074469.issue30782@psf.upfronthosting.co.za>
2017-12-20 19:07:29asvetlovlinkissue30782 messages
2017-12-20 19:07:29asvetlovcreate