Module katipo_pool

Data Types

name()

name() = atom()

Function Index

start/2
start/3
stop/1

Function Details

start/2

start(PoolName::name(), PoolSize::pos_integer()) -> supervisor:startchild_ret()

start/3

start(PoolName::name(), PoolSize::pos_integer(), WorkerOpts::katipo:curlmopts()) -> supervisor:startchild_ret()

stop/1

stop(PoolName::name()) -> ok


Generated by EDoc