agronholm / pythonfutures

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

Make multiprocessing optional #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would suggest that multiprocessing is only an optional dependency. If it is 
not  installed the ProcessPoolExecutor is just not available.

This would enable threaded futures on systems where you cannot compile/install 
the multiprocessing package.

Original issue reported on code.google.com by marc.sch...@gmail.com on 20 Feb 2013 at 12:57

agronholm commented 9 years ago

Fixed in 2.1.5.