Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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(f
class
="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_alive
Method · 0.95
_metavar_from_type
Function · 0.80
join_all
Method · 0.80
restart_all
Method · 0.80
handle_ttou
Method · 0.80
run
Method · 0.80
restart
Method · 0.80
shutdown
Method · 0.80
__call__
Method · 0.80
handle_websocket_upgrade
Method · 0.80
_get_status_line
Function · 0.80
handle_websocket_upgrade
Method · 0.80
Calls
no outgoing calls
Tested by
9
test_reset_contextvars_asyncio
Function · 0.64
short_socket_name
Function · 0.64
touch_soon
Function · 0.64
test_request_logging
Function · 0.64
test_max_concurrency
Function · 0.64
test_100_continue_sent_when_body_consumed
Function · 0.64
test_100_continue_not_sent_when_body_not_consumed
Function · 0.64
receive_all
Function · 0.64
test_fragmentation
Function · 0.64