MCPcopy Create free account
hub / github.com/RustPython/RustPython / BrokenProcessPool

Class BrokenProcessPool

Lib/concurrent/futures/process.py:623–627  ·  view source on GitHub ↗

Raised when a process in a ProcessPoolExecutor terminated abruptly while a future was in the running state.

Source from the content-addressed store, hash-verified

621
622
623class BrokenProcessPool(_base.BrokenExecutor):
624 """
625 Raised when a process in a ProcessPoolExecutor terminated abruptly
626 while a future was in the running state.
627 """
628
629
630class ProcessPoolExecutor(_base.Executor):

Callers 2

_terminate_brokenMethod · 0.85
submitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected