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 hniksic
Recipients asvetlov, hniksic, yselivanov
Date 2018-09-30.21:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538342015.66.0.545547206417.issue33533@psf.upfronthosting.co.za>
In-reply-to
Content
If there is interest in this, I'd like to attempt a PR for a sync/async variant of as_completed.

Note that the new docs are *much* clearer, so the first (documentation) problem from the description is now fixed. Although the documentation is still brief, it now contains the key pieces of information: 1) that the futures are actually run in parallel, and 2) that each yielded future produces the next result that becomes available. Neither was actually stated in the old docs (!), so this is a marked improvement.
History
Date User Action Args
2018-09-30 21:13:35hniksicsetrecipients: + hniksic, asvetlov, yselivanov
2018-09-30 21:13:35hniksicsetmessageid: <1538342015.66.0.545547206417.issue33533@psf.upfronthosting.co.za>
2018-09-30 21:13:35hniksiclinkissue33533 messages
2018-09-30 21:13:35hniksiccreate