agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

ProcessPoolExecutor doesn't take initializer #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
No way to pass an initializer to multiprocess.Pool.

Original issue reported on code.google.com by yanghate...@gmail.com on 2 Apr 2011 at 12:50

GoogleCodeExporter commented 9 years ago
And where is multiprocess.Pool being used in the code? What arguments would you 
pass to it?

Original comment by Dema...@gmail.com on 25 Aug 2012 at 1:25

agronholm commented 9 years ago

Not my design decision -- closing.