cpython/Lib/concurrent/futures
Antoine Pitrou dd69649660 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
children and raises BrokenProcessPool in such a situation.  Previously it
would reliably freeze/deadlock.
2011-06-08 17:21:55 +02:00
..
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00
_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 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
thread.py Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue 2011-04-12 17:48:46 +02:00