Behaviours: supervisor.
Root OTP supervisor of the US-Main application.
Directly created by us_main_app.application_run_context() = otp_utils:application_run_context()
child_spec() = supervisor:child_spec()
init/1 | Initialises this OTP supervisor. |
start_link/0 | Starts and links the US-Main supervisor, with OTP conventions. |
start_link/1 | Starts and links the US-Main supervisor, with OTP conventions or not. |
init(Args::[application_run_context()]) -> {ok, {supervisor:sup_flags(), [child_spec()]}}
Initialises this OTP supervisor.
start_link() -> otp_utils:supervisor_pid()
Starts and links the US-Main supervisor, with OTP conventions.
(function probably useless)start_link(AppRunContext::application_run_context()) -> otp_utils:supervisor_pid()
Starts and links the US-Main supervisor, with OTP conventions or not.
Generated by EDoc