Lines Matching refs:ThreadPoolExecutor
1730 - gh-issue-86128: Document a limitation in ThreadPoolExecutor where its exit
7502 non-:class:`concurrent.futures.ThreadPoolExecutor` executors to
15778 - bpo-31783: Fix race condition in ThreadPoolExecutor when worker threads
16804 - bpo-35279: Change default *max_workers* of ``ThreadPoolExecutor`` from
17130 - bpo-24882: Change ThreadPoolExecutor to use existing idle threads before
19705 - bpo-34075: Deprecate passing non-ThreadPoolExecutor instances to
22559 - bpo-32596: ``concurrent.futures`` imports ``ThreadPoolExecutor`` and
22562 ``ThreadPoolExecutor`` by default.
24499 - bpo-31249: concurrent.futures: WorkItem.run() used by ThreadPoolExecutor
24663 - bpo-29212: Fix concurrent.futures.thread.ThreadPoolExecutor threads to
24666 "ThreadPoolExecutor-y_n".
27246 - bpo-29212: Fix concurrent.futures.thread.ThreadPoolExecutor threads to
27249 "ThreadPoolExecutor-y_n".
27265 - bpo-31249: concurrent.futures: WorkItem.run() used by ThreadPoolExecutor
29500 - bpo-27664: Add to concurrent.futures.thread.ThreadPoolExecutor() the
35886 - bpo-21527: Add a default number of workers to ThreadPoolExecutor equal to