supervisor
Functions
behaviour_info(Other) -> term()
start_link(Mod, Args) -> term()
start_link(SupName, Mod, Args) -> term()
start_child(Supervisor, ChildSpec) -> term()
restart_child(Supervisor, Name) -> term()
delete_child(Supervisor, Name) -> term()
terminate_child(Supervisor, Name) -> term()
which_children(Supervisor) -> term()
check_childspecs(ChildSpecs) -> term()
handle_call(X1, From, State) -> term()
handle_cast(X1, State) -> term()
handle_info(Msg, State) -> term()
terminate(Reason, State) -> term()
code_change(X1, State, X3) -> term()