cpython/Lib/concurrent/futures
Antoine Pitrou dc19c24832 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. 2011-07-16 01:51:58 +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 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. 2011-07-16 01:51:58 +02:00
thread.py Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue 2011-04-12 17:48:46 +02:00