Module type ParallelArray.OptionalParameters

module type OptionalParameters = sig .. end
Signature of ParallelArray.Make parameter.

val pool : ThreadPoolExecutor.t
The pool to be used for parallel computations.
 
val chunk_size : int
The size of chunks for parallel computations.