Copyright © 2011-2017 Michael Truog
Version: 1.5.5 Jan 10 2017 16:46:03 ------------------------------------------------------------------------
Behaviours: supervisor.
Authors: Michael Truog (mjtruog [at] gmail (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, Jan 10 2017, 16:46:03.