Copyright © 2012-2020 Michael Truog
Version: 2.0.1 Jun 20 2023 18:22:29 ------------------------------------------------------------------------
Behaviours: supervisor.
Authors: Michael Truog (mjtruog at protonmail dot com).
start_link/1 |
Start the CPG application supervisor.. |
start_scope/1 |
Start a CPG scope.. |
start_link(ScopeList::[atom()]) -> {ok, pid()} | {error, any()}
start_scope(Scope::atom()) -> ok | {error, {already_started, atom()} | {start_error, any()}}
Generated by EDoc