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 josh.r
Recipients alex-garel, davin, jneb, josh.r, pitrou, tim.peters
Date 2018-04-12.22:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523571577.21.0.682650639539.issue19993@psf.upfronthosting.co.za>
In-reply-to
Content
Related: issue29842 "Make Executor.map work with infinite/large inputs correctly" for a similar problem in concurrent.futures (but worse, since it doesn't even allow you to begin consuming results until all inputs are dispatched).

A similar approach to my Executor.map patch could probably be used with imap/imap_unordered.
History
Date User Action Args
2018-04-12 22:19:37josh.rsetrecipients: + josh.r, tim.peters, jneb, pitrou, davin, alex-garel
2018-04-12 22:19:37josh.rsetmessageid: <1523571577.21.0.682650639539.issue19993@psf.upfronthosting.co.za>
2018-04-12 22:19:37josh.rlinkissue19993 messages
2018-04-12 22:19:37josh.rcreate