Behaviours: supervisor
.
Root OTP supervisor of the us_web application.
Directly created by us_web_app.application_run_context() = otp_utils:application_run_context()
init/1 | Initialises the main US-Web OTP supervisor. |
start_link/0 | Starts and links the US-Web supervisor, with OTP conventions. |
start_link/1 | Starts and links the US-Web supervisor, with OTP conventions or not. |
stop/0 | Stops the US-Web main supervisor, with OTP conventions or not. |
init(Args::[application_run_context()]) -> {ok, {supervisor:sup_flags(), supervisor:child_spec()}}
Initialises the main US-Web OTP supervisor.
start_link() -> otp_utils:supervisor_pid()
Starts and links the US-Web supervisor, with OTP conventions.
(function probably useless)start_link(AppRunContext::application_run_context()) -> otp_utils:supervisor_pid()
Starts and links the US-Web supervisor, with OTP conventions or not.
stop() -> void()
Stops the US-Web main supervisor, with OTP conventions or not.
Note: unlike supervisor_bridge, no supervisor:terminate/* callback exists.Generated by EDoc