Lines Matching refs:Executor
20 defined by the abstract :class:`Executor` class.
23 Executor Objects
26 .. class:: Executor
52 after *timeout* seconds from the original call to :meth:`Executor.map`.
74 :meth:`Executor.submit` and :meth:`Executor.map` made after shutdown will
86 :keyword:`with` statement, which will shutdown the :class:`Executor`
87 (waiting as if :meth:`Executor.shutdown` were called with *wait* set to
101 :class:`ThreadPoolExecutor` is an :class:`Executor` subclass that uses a pool of
137 An :class:`Executor` subclass that uses a pool of at most *max_workers*
200 The :class:`ProcessPoolExecutor` class is an :class:`Executor` subclass that
209 Calling :class:`Executor` or :class:`Future` methods from a callable submitted
214 An :class:`Executor` subclass that executes calls asynchronously using a pool
282 :class:`Future` instances are created by :meth:`Executor.submit`.
287 instances are created by :meth:`Executor.submit` and should not be created
354 :class:`Executor` implementations.
358 This method should only be called by :class:`Executor` implementations
380 This method should only be used by :class:`Executor` implementations and
388 This method should only be used by :class:`Executor` implementations and
398 :class:`Executor` instances) given by *fs* to complete. Returns a named
431 different :class:`Executor` instances) given by *fs* that yields futures as