cpython/Lib/concurrent/futures
Antoine Pitrou 0b447957c7 Close the call queue in concurrent.futures.ProcessPoolExecutor when
shutdown() is called, without waiting for the garbage collector to kick in.
2011-07-16 23:52:02 +02:00
..
__init__.py
_base.py Does not install a logging handler. Fixes issue 10626. 2010-12-28 21:14:34 +00:00
process.py Close the call queue in concurrent.futures.ProcessPoolExecutor when 2011-07-16 23:52:02 +02:00
thread.py Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue 2011-04-12 17:48:46 +02:00