Module mc_pool_sup

.

Copyright © (C) 2015, <COMPANY>

Behaviours: supervisor.

Authors: tihon.

Description

Function Index

start_pool/2
stop_pool/1
ensure_started/0
start_link/0 Starts the supervisor.

Function Details

start_pool/2

start_pool(SizeArgs, WorkerArgs) -> any()

stop_pool/1

stop_pool(Pid) -> any()

ensure_started/0

ensure_started() -> ok | {error, term()}

start_link/0

start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Starts the supervisor


Generated by EDoc