Module pooler_sup

Behaviours: supervisor.

Function Index

init/1
new_pool/1Create a new pool from proplist pool config PoolConfig.
pool_child_spec/1Create a child spec for new pool from proplist pool config PoolConfig.
rm_pool/1Shutdown the named pool.
start_link/0

Function Details

init/1

init(X1) -> any()

new_pool/1

new_pool(PoolConfig) -> any()

Create a new pool from proplist pool config PoolConfig. The public API for this functionality is pooler:new_pool/1.

pool_child_spec/1

pool_child_spec(PoolConfig) -> any()

Create a child spec for new pool from proplist pool config PoolConfig. The public API for this functionality is pooler:pool_child_spec/1.

rm_pool/1

rm_pool(Name) -> any()

Shutdown the named pool.

start_link/0

start_link() -> any()


Generated by EDoc