Copyright © 2011-2021 Michael Truog
Version: 2.0.2 May 26 2021 19:26:39 ------------------------------------------------------------------------
Behaviours: supervisor.
Authors: Michael Truog (mjtruog at protonmail dot com).
init/1 | |
start_children/2 | |
start_link/4 | |
which_children/1 |
init(X1) -> any()
start_children(Supervisor::pid(), ChildSpecs::[supool:child_spec(), ...]) -> {ok, [pid()]} | {error, any()}
start_link(Name::atom(), Count::pos_integer(), ChildSpec::supool:child_spec(), Options::supool:options()) -> {ok, pid()} | {error, any()}
which_children(Supervisor::pid()) -> [pid()]
Generated by EDoc