Module supool_sup

Pool Supervisor

.

Copyright © 2011-2015 Michael Truog

Version: 1.5.1 Dec 23 2015 13:17:22 ------------------------------------------------------------------------

Behaviours: supervisor.

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

Description

Pool Supervisor

Function Index

init/1
start_children/2
start_link/4
which_children/1

Function Details

init/1

init(X1) -> any()

start_children/2

start_children(Supervisor::pid(), ChildSpecs::[supool:child_spec(), ...]) -> {ok, [pid()]} | {error, any()}

start_link/4

start_link(Name::atom(), Count::pos_integer(), ChildSpec::supool:child_spec(), Options::supool:options()) -> {ok, pid()} | {error, any()}

which_children/1

which_children(Supervisor::pid()) -> [pid()]


Generated by EDoc, Dec 23 2015, 13:17:22.