Bardo.ScapeManager.Supervisor (Bardo v0.1.0)

View Source

Top-level supervisor for the ScapeManager subsystem.

This supervisor manages the ScapeManager, ScapeSupervisor, and SectorSupervisor.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link()

@spec start_link() :: {:ok, pid()}

Starts the supervisor.

start_link(_)