Behaviours: supervisor.
name() = atom() | {global, term()} | {via, module(), term()}
The Supervisor name.
options() = #{name => name(), strategy => supervisor:strategy(), intensity => non_neg_integer(), period => pos_integer()}
Options used by the start*
functions.
start_link/2 | |
start_link/3 |
start_link(Children::[supervisor:child_spec()], Options::options()) -> supervisor:startlink_ret()
start_link(Module::module(), Arg::term(), Options::options()) -> supervisor:startlink_ret()
Generated by EDoc