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

Method wait_for_finished

Lib/test/_test_multiprocessing.py:2025–2027  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2023 _wait()
2024
2025 def wait_for_finished(self):
2026 while len(self.finished) < self.n:
2027 _wait()
2028
2029 def do_finish(self):
2030 self._can_exit.set()

Callers 1

run_threadsMethod · 0.95

Calls 2

lenFunction · 0.85
_waitFunction · 0.70

Tested by

no test coverage detected