Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wait_for_started
Method
wait_for_started
Lib/test/_test_multiprocessing.py:2225–2227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2223
assert self._can_exit.is_set()
2224
2225
def
wait_for_started(self):
2226
while
len(self.started) < self.n:
2227
_wait()
2228
2229
def
wait_for_finished(self):
2230
while
len(self.finished) < self.n:
Callers
nothing calls this directly
Calls
1
_wait
Function · 0.70
Tested by
no test coverage detected