Behaviours: supervisor.
Top level supervisor for goldrush.
Main supervisor responsible for the Counter, Param and their Manager supervisors.startlink_err() = {already_started, pid()} | shutdown | term()
startlink_ret() = {ok, pid()} | ignore | {error, startlink_err()}
init/1 | |
start_link/0 |
init(X1::[]) -> {ok, {{one_for_one, 50, 10}, [supervisor:child_spec()]}}
start_link() -> startlink_ret()
Generated by EDoc, May 28 2018, 15:25:56.