(self, cause)
| 517 | self._join_executor_internals(broken=True) |
| 518 | |
| 519 | def terminate_broken(self, cause): |
| 520 | with self.shutdown_lock: |
| 521 | self._terminate_broken(cause) |
| 522 | |
| 523 | def flag_executor_shutting_down(self): |
| 524 | # Flag the executor as shutting down and cancel remaining tasks if |