Message 308776 - Python tracker
Message308776
| 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:29 | asvetlov | set | recipients: + asvetlov, andybalaam, yselivanov |
| 2017-12-20 19:07:29 | asvetlov | set | messageid: <1513796849.3.0.213398074469.issue30782@psf.upfronthosting.co.za> |
| 2017-12-20 19:07:29 | asvetlov | link | issue30782 messages |
| 2017-12-20 19:07:29 | asvetlov | create | |