Raised when a process in a ProcessPoolExecutor terminated abruptly while a future was in the running state.
| 621 | |
| 622 | |
| 623 | class 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 | |
| 630 | class ProcessPoolExecutor(_base.Executor): |
no outgoing calls
no test coverage detected