Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sanic-org/sanic
/ join
Method
join
sanic/worker/process.py:84–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
del os.environ[
"SANIC_WORKER_IDENTIFIER"
]
83
84
def
join(self):
85
self.set_state(ProcessState.JOINED)
86
self._current_process.join()
87
88
def
exit(self):
89
limit = 100
Callers
15
open_local
Function · 0.45
_get_event_parts
Method · 0.45
__repr__
Method · 0.45
__str__
Method · 0.45
parse_forwarded
Function · 0.45
load_module_from_file_location
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_generate_body
Method · 0.45
_format_exc
Method · 0.45
__getattr__
Method · 0.45
register_listener
Method · 0.45
Calls
1
set_state
Method · 0.95
Tested by
15
static_file_directory
Function · 0.36
get_file_path
Function · 0.36
test_bp_static_content_type
Function · 0.36
static_file_directory
Function · 0.36
get_file_path
Function · 0.36
static_file_directory
Function · 0.36
file_route
Function · 0.36
get_file_path
Function · 0.36
test_bp_group_with_additional_route_params
Function · 0.36
test_accept_ordering
Function · 0.36
test_motd_display
Function · 0.36
test_streaming_new_api
Function · 0.36