MCPcopy
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_localFunction · 0.45
_get_event_partsMethod · 0.45
__repr__Method · 0.45
__str__Method · 0.45
parse_forwardedFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
_generate_bodyMethod · 0.45
_format_excMethod · 0.45
__getattr__Method · 0.45
register_listenerMethod · 0.45

Calls 1

set_stateMethod · 0.95

Tested by 15

static_file_directoryFunction · 0.36
get_file_pathFunction · 0.36
static_file_directoryFunction · 0.36
get_file_pathFunction · 0.36
static_file_directoryFunction · 0.36
file_routeFunction · 0.36
get_file_pathFunction · 0.36
test_accept_orderingFunction · 0.36
test_motd_displayFunction · 0.36
test_streaming_new_apiFunction · 0.36