Behaviours: supervisor
.
startlink_err() = {already_started, pid()} | {shutdown, term()} | term()
startlink_ret() = {ok, pid()} | ignore | {error, startlink_err()}
init/1 | |
start_link/1 |
init(Pools) -> any()
start_link(Pools::[supervisor:child_spec()]) -> startlink_ret()