Copyright © (C) 2015, <COMPANY>
Behaviours: supervisor.
Authors: tihon.
start_pool/2 | |
stop_pool/1 | |
ensure_started/0 | |
start_link/0 | Starts the supervisor. |
start_pool(SizeArgs, WorkerArgs) -> any()
stop_pool(Pid) -> any()
ensure_started() -> ok | {error, term()}
start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}
Starts the supervisor
Generated by EDoc