Elevator v1.0.0 Overseer
A Supervisor that keeps track and restarts entire program upon request or crash, using the one_for_all strategy, as well as being the entry point for the entire program
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Initialization starting all modules under a Supervisor with one_for_all strategy
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(list)
Initialization starting all modules under a Supervisor with one_for_all strategy
Link to this function