Skip to content

Latest commit

 

History

History
62 lines (24 loc) · 1.31 KB

ecron_sup.md

File metadata and controls

62 lines (24 loc) · 1.31 KB

Module ecron_sup

Module ecron_sup

Supervisor module.

Authors: Francesca Gangemi ([email protected]).

init/1Whenever 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 child specifications.
start_link/0Starts the supervisor.

init/1

init(Args) -> {ok, {SupFlags, [ChildSpec]}} | ignore



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 child specifications.

start_link/0

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



Starts the supervisor