cpython/Lib/concurrent
Antoine Pitrou 4aae276eca Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
argument to allow batching of tasks in child processes and improve
performance of ProcessPoolExecutor.  Patch by Dan O'Reilly.
2014-10-04 20:20:10 +02:00
..
futures Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* 2014-10-04 20:20:10 +02:00
__init__.py