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