concurrent.futures inconsistency?

Mark Summerfield list at qtrac.plus.com
Fri Aug 24 18:23:33 EDT 2012


Hi,

It seems that in concurrent.futures, ProcessPoolExecutor() can be used
with no args and default to max_workers=multiprocessing.cpu_count();
but for ThreadPoolExecutor() the max_workers arg is required. Is this
intentional? (I'm using Python 3.2.)



More information about the Python-list mailing list