MCPcopy
hub / github.com/encode/uvicorn / join

Method join

uvicorn/supervisors/multiprocess.py:94–96  ·  uvicorn/supervisors/multiprocess.py::Process.join
(self)

Source from the content-addressed store, hash-verified

92 self.process.kill()
93
94 def join(self) -> None:
95 logger.info(fclass="st">"Waiting for child process [{self.process.pid}]")
96 self.process.join()
97
98 @property
99 def pid(self) -> int | None:

Callers 15

keep_subprocess_aliveMethod · 0.95
_metavar_from_typeFunction · 0.80
join_allMethod · 0.80
restart_allMethod · 0.80
handle_ttouMethod · 0.80
runMethod · 0.80
restartMethod · 0.80
shutdownMethod · 0.80
__call__Method · 0.80
_get_status_lineFunction · 0.80

Calls

no outgoing calls

Tested by 9

short_socket_nameFunction · 0.64
touch_soonFunction · 0.64
test_request_loggingFunction · 0.64
test_max_concurrencyFunction · 0.64
receive_allFunction · 0.64
test_fragmentationFunction · 0.64