Copyright © 2008-2015 Zuse Institute Berlin
Version: $Id$
Behaviours: supervisor.
Authors: Thorsten Schuett (schuett@zib.de), Florian Schintke (schintke@zib.de).
| childs/1 | |
| init/1 | |
| start_link/0 | |
| supspec/1 |
start_link() ->
{ok, Pid :: pid()} |
ignore |
{error,
Error ::
{already_started, Pid :: pid()} |
shutdown |
term()}
init(X :: []) ->
{ok,
{{one_for_all,
MaxRetries :: pos_integer(),
PeriodInSeconds :: pos_integer()},
[ProcessDescr :: supervisor:child_spec()]}}
supspec(X1 :: any()) ->
{ok,
{{one_for_all,
MaxRetries :: pos_integer(),
PeriodInSeconds :: pos_integer()},
[]}}
childs(X1 :: []) -> [ProcessDescr :: supervisor:child_spec()]
Generated by EDoc, Apr 22 2017, 16:02:55.