Copyright © 2007-2013 Zuse Institute Berlin
Version: $Id$
Behaviours: supervisor.
Authors: Jan Fajerski (fajerski@informatik.hu-berlin.de).
init/1 | |
start_link/1 | |
supspec/1 |
start_link(DHTNodeGroup :: pid_groups:groupname()) -> {ok, Pid :: pid(), pid_groups:groupname()} | ignore | {error, Error :: {already_started, Pid :: pid()} | shutdown | term()}
init(DHTNodeGroup :: pid_groups:groupname()) -> {ok, {{one_for_one, MaxRetries :: pos_integer(), PeriodInSeconds :: pos_integer()}, []}}
supspec(X1 :: any()) -> {ok, {{one_for_one, MaxRetries :: pos_integer(), PeriodInSeconds :: pos_integer()}, []}}
Generated by EDoc, Aug 2 2016, 13:42:09.