Behaviours: supervisor.
init/1 | |
start_child/2 | |
start_link/0 | |
stop_child/1 |
init(X1) -> any()
start_child(Name::module(), Args::list()) -> {ok, pid()} | {error, any()}
start_link() -> {ok, pid()} | ignore | {error, any()}
stop_child(Name::module()) -> ok | {error, restarting | not_running | not_found | simple_one_for_one}
Generated by EDoc, Jan 10 2017, 16:43:23.