Lines Matching refs:ProcessPoolExecutor
19 :class:`ProcessPoolExecutor`. Both implement the same interface, which is
59 When using :class:`ProcessPoolExecutor`, this method chops *iterables*
164 for :class:`ProcessPoolExecutor`.
218 ProcessPoolExecutor chapter
221 The :class:`ProcessPoolExecutor` class is an :class:`Executor` subclass that
223 :class:`ProcessPoolExecutor` uses the :mod:`multiprocessing` module, which
229 that :class:`ProcessPoolExecutor` will not work in the interactive interpreter.
232 to a :class:`ProcessPoolExecutor` will result in deadlock.
234 .. class:: ProcessPoolExecutor(max_workers=None, mp_context=None, initializer=None, initargs=())
270 ProcessPoolExecutor Example
300 with concurrent.futures.ProcessPoolExecutor() as executor:
534 workers of a :class:`ProcessPoolExecutor` has terminated in a non-clean