Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.45 KB

sc_push_wm_sup.md

File metadata and controls

69 lines (40 loc) · 1.45 KB

Module sc_push_wm_sup

Supervisor for the webmachine part of the sc_push application.

Behaviours: supervisor.

Authors: Edwin Fine (efine@silentcircle.com).

Function Index

init/1supervisor callback.
start_link/0API for starting the supervisor.
start_link/1API for starting the supervisor.
upgrade/0Add processes if necessary.

Function Details

init/1


init(Env::[]) -> SupervisorTree

supervisor callback.

start_link/0


start_link() -> ServerRet

API for starting the supervisor.

start_link/1


start_link(Env) -> ServerRet

API for starting the supervisor.

upgrade/0


upgrade() -> ok

Add processes if necessary.