Copyright © 2007 Scott R Parish ----------------------------------------------------------------
Behaviours: supervisor.
Authors: Scott R Parish (srp@srparish.net).
| init/1 | Whenever a supervisor is started using supervisor:start_link/[2,3], this function is called by the new process to find out about restart strategy, maximum restart frequency and childspecifications. |
| start_link/0 | Starts the supervisor. |
init(X1::Args) -> {ok, {SupFlags, [ChildSpec]}} | ignore | {error, Reason}
Whenever a supervisor is started using supervisor:start_link/[2,3], this function is called by the new process to find out about restart strategy, maximum restart frequency and childspecifications.
start_link() -> {ok, Pid} | ignore | {error, Error}
Starts the supervisor
Generated by EDoc, Mar 14 2008, 22:35:53.