ID EN
Concurrent Futures

BrokenProcessPool

Python 3.11

Derived from BrokenExecutor (formerly RuntimeError), this exception class is raised when one of the workers of a ProcessPoolExecutor has terminated in a non-clean fashion (for example, if it was killed from the outside).

Syntax

PYTHON
exception concurrent.futures.process.BrokenProcessPool

See Also

BrokenExecutor RuntimeError ProcessPoolExecutor