Module crary_sup

Copyright © 2007 Scott R Parish ----------------------------------------------------------------

Behaviours: supervisor.

Authors: Scott R Parish (srp@srparish.net).

Function Index

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/0Starts the supervisor.

Function Details

init/1

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/0

start_link() -> {ok, Pid} | ignore | {error, Error}

Starts the supervisor


Generated by EDoc, Mar 14 2008, 22:35:53.