ID EN
Concurrent Futures

BrokenExecutor

Python 3.11

Derived from RuntimeError, this exception class is raised when an executor is broken for some reason, and cannot be used to submit or execute new tasks.

Syntax

PYTHON
exception concurrent.futures.BrokenExecutor

See Also

RuntimeError