Behaviours: supervisor.
| init/1 | |
| restart_worker/2 | |
| start_link/1 | |
| start_worker/2 | |
| stop_worker/2 |
init(X1::[PoolId]) -> {ok, {{Strategy, MaxR, MaxT}, [ChildSpec]}}
restart_worker(PoolId, WorkerId) -> ok
start_link(PoolId) -> {ok, Pid}
start_worker(PoolId, WorkerId) -> ok
stop_worker(PoolId, WorkerId) -> ok
Generated by EDoc