Behaviours: supervisor.
start_link_err() = {already_started, pid()} | shutdown | term()
start_link_ret() = {ok, pid()} | ignore | {error, start_link_err()}
start_link() -> start_link_ret()
Generated by EDoc