View Source ow_sup (overworld v2.0.0)

ow top level supervisor.

Summary

Functions

Initializes the supervisor with child specifications.

Starts the top-level supervisor.

Functions

-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}} | ignore.

Initializes the supervisor with child specifications.

-spec start_link() -> {ok, pid()} | {error, term()}.

Starts the top-level supervisor.