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

Function join_process

Lib/test/_test_multiprocessing.py:104–107  ·  view source on GitHub ↗
(process)

Source from the content-addressed store, hash-verified

102
103
104def join_process(process):
105 # Since multiprocessing.Process has the same API than threading.Thread
106 # (join() and is_alive(), the support function can be reused
107 threading_helper.join_thread(process)
108
109
110if os.name == "posix":

Callers 10

test_many_processesMethod · 0.85
test_sys_exitMethod · 0.85
test_notifyMethod · 0.85
test_waitforMethod · 0.85
test_waitfor_timeoutMethod · 0.85
test_timeoutMethod · 0.85
childMethod · 0.85
test_lockMethod · 0.85
test_closefdMethod · 0.85
wait_proc_exitMethod · 0.85

Calls 1

join_threadMethod · 0.80

Tested by

no test coverage detected