startover / pythonfutures

Automatically exported from code.google.com/p/pythonfutures
Other
0 stars 0 forks source link

Make multiprocessing optional #17

Open GoogleCodeExporter opened 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