cpython/Lib/concurrent
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
..
futures Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor 2011-07-16 01:13:34 +02:00
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00