Lines Matching refs:ProcessPoolExecutor
19 :class:`ProcessPoolExecutor`. Both implement the same interface, which is
60 When using :class:`ProcessPoolExecutor`, this method chops *iterables*
172 for :class:`ProcessPoolExecutor`.
226 ProcessPoolExecutor chapter
229 The :class:`ProcessPoolExecutor` class is an :class:`Executor` subclass that
231 :class:`ProcessPoolExecutor` uses the :mod:`multiprocessing` module, which
237 that :class:`ProcessPoolExecutor` will not work in the interactive interpreter.
240 to a :class:`ProcessPoolExecutor` will result in deadlock.
242 .. class:: ProcessPoolExecutor(max_workers=None, mp_context=None, initializer=None, initargs=(), ma…
290 ProcessPoolExecutor Example
320 with concurrent.futures.ProcessPoolExecutor() as executor:
560 workers of a :class:`ProcessPoolExecutor` has terminated in a non-clean