cpython/Lib/concurrent/futures
Charles-François Natali 37cfb0a920 Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
applicable.
2013-06-28 19:25:45 +02:00
..
__init__.py
_base.py Merge 3.3, issue #17047: remove doubled words found in 2.7 to 2013-03-11 17:59:07 -04:00
process.py Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where 2013-06-28 19:25:45 +02:00
thread.py Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. 2012-11-03 15:36:01 +02:00