Module cpg_sup

CPG Application Supervisor

.

Copyright © 2012-2015 Michael Truog

Version: 1.5.1 Sep 9 2016 14:52:11 ------------------------------------------------------------------------

Behaviours: supervisor.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CPG Application Supervisor

Function Index

start_link/1

Start the CPG application supervisor.

.
start_scope/1

Start a CPG scope.

.

Function Details

start_link/1

start_link(ScopeList::[atom()]) -> {ok, pid()} | {error, any()}

Start the CPG application supervisor.

start_scope/1

start_scope(Scope::atom()) -> ok | {error, any()}

Start a CPG scope.


Generated by EDoc, Sep 9 2016, 14:52:11.