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

Method join

Lib/multiprocessing/process.py:381–386  ·  view source on GitHub ↗

Wait until parent process terminates

(self, timeout=None)

Source from the content-addressed store, hash-verified

379 return self._pid
380
381 def join(self, timeout=None):
382 '''
383 Wait until parent process terminates
384 '''
385 from multiprocessing.connection import wait
386 wait([self._sentinel], timeout=timeout)
387
388 pid = ident
389

Callers

nothing calls this directly

Calls 1

waitFunction · 0.90

Tested by

no test coverage detected