cpython/Lib/concurrent
Enzo Bonnal a005835f69
gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for lazier behavior (#125663)
`concurrent.futures.Executor.map` now supports limiting the number of submitted
tasks whose results have not yet been yielded via the new `buffersize` parameter.

---------

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-03-13 11:57:53 +01:00
..
futures gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for lazier behavior (#125663) 2025-03-13 11:57:53 +01:00
__init__.py