MCPcopy Index your code
hub / github.com/python/cpython / terminate_broken

Method terminate_broken

Lib/concurrent/futures/process.py:519–521  ·  view source on GitHub ↗
(self, cause)

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls 1

_terminate_brokenMethod · 0.95

Tested by

no test coverage detected