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