MCPcopy Index your code
hub / github.com/RustPython/RustPython / BrokenThreadPool

Class BrokenThreadPool

Lib/concurrent/futures/thread.py:116–119  ·  view source on GitHub ↗

Raised when a worker thread in a ThreadPoolExecutor failed initializing.

Source from the content-addressed store, hash-verified

114
115
116class BrokenThreadPool(_base.BrokenExecutor):
117 """
118 Raised when a worker thread in a ThreadPoolExecutor failed initializing.
119 """
120
121
122class ThreadPoolExecutor(_base.Executor):

Callers 2

submitMethod · 0.85
_initializer_failedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected