Behaviours: supervisor.
init/1 | |
new_pool/1 | Create a new pool from proplist pool config PoolConfig . |
pool_child_spec/1 | Create a child spec for new pool from proplist pool config PoolConfig . |
rm_pool/1 | Shutdown the named pool. |
start_link/0 |
init(X1) -> any()
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(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(Name) -> any()
Shutdown the named pool.
start_link() -> any()
Generated by EDoc