Behaviours: supervisor.
| init/1 | |
| start_link/0 | |
| start_pool/1 | |
| stop_pool/1 |
init(X1::[]) -> {ok, {{Strategy, MaxR, MaxT}, [ChildSpec]}}
Strategy = supervisor:strategy()MaxR = non_neg_integer()MaxT = pos_integer()ChildSpec = supervisor:child_spec()
start_link() -> {ok, Pid}
Pid = pid()
stop_pool(PoolId) -> ok
PoolId = atom()
Generated by EDoc