Module gr_sup

Top level supervisor for goldrush.

Behaviours: supervisor.

Description

Top level supervisor for goldrush.

Main supervisor responsible for the Counter, Param and their Manager supervisors.

Data Types

startlink_err()

startlink_err() = {already_started, pid()} | shutdown | term()

startlink_ret()

startlink_ret() = {ok, pid()} | ignore | {error, startlink_err()}

Function Index

init/1
start_link/0

Function Details

init/1

init(X1::[]) -> {ok, {{one_for_one, 50, 10}, [supervisor:child_spec()]}}

start_link/0

start_link() -> startlink_ret()


Generated by EDoc