cpython/Lib/concurrent/futures
Antoine Pitrou c13d454e84 Issue #11635: Don't use polling in worker threads and processes launched by
concurrent.futures.
2011-03-26 19:29:44 +01:00
..
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00
_base.py Does not install a logging handler. Fixes issue 10626. 2010-12-28 21:14:34 +00:00
process.py Issue #11635: Don't use polling in worker threads and processes launched by 2011-03-26 19:29:44 +01:00
thread.py Issue #11635: Don't use polling in worker threads and processes launched by 2011-03-26 19:29:44 +01:00