Lines Matching defs:shutdown
372 # Since no new work items can be added, it is safe to shutdown
405 # submitted, from the executor being shutdown/gc-ed, or from the
406 # shutdown of the python interpreter.
437 # Clean shutdown of a worker using its PID
461 # - The executor that owns this worker has been shutdown.
698 # when calling executor.submit or executor.shutdown). We do not use the
772 raise RuntimeError('cannot schedule new futures after shutdown')
775 'interpreter shutdown')
821 def shutdown(self, wait=True, *, cancel_futures=False):
841 shutdown.__doc__ = _base.Executor.shutdown.__doc__