Module octopus_sup

Behaviours: supervisor.

Function Index

init/1
start_link/0
start_pool/1
stop_pool/1

Function Details

init/1

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

start_link/0

start_link() -> {ok, Pid}

start_pool/1

start_pool(PoolId) -> Result

stop_pool/1

stop_pool(PoolId) -> ok


Generated by EDoc