Module octopus_pool_workers_sup

Behaviours: supervisor.

Function Index

init/1
restart_worker/2
start_link/1
start_worker/2
stop_worker/2

Function Details

init/1

init(X1::[PoolId]) -> {ok, {{Strategy, MaxR, MaxT}, [ChildSpec]}}

restart_worker/2

restart_worker(PoolId, WorkerId) -> ok

start_link/1

start_link(PoolId) -> {ok, Pid}

start_worker/2

start_worker(PoolId, WorkerId) -> ok

stop_worker/2

stop_worker(PoolId, WorkerId) -> ok


Generated by EDoc