Module type CCPool.PARAM

module type PARAM = sig .. end

val min_size : int
Minimum number of threads in the pool
val max_size : int
Maximum number of threads in the pool