cpython/Lib/concurrent/futures
Antoine Pitrou d06a065a44 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
by joining all queues and processes when shutdown() is called.
2011-07-16 01:13:34 +02:00
..
__init__.py
_base.py Issue #11777: Executor.map does not submit futures until iter.next() is called 2011-04-08 08:19:33 +10:00
process.py Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor 2011-07-16 01:13:34 +02:00
thread.py Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue 2011-04-12 17:48:46 +02:00