moonpool/src/core/util_pool_.mli

5 lines
175 B
OCaml

(** Utils for pools *)
val num_threads : ?num_threads:int -> unit -> int
(** Number of threads a pool should have.
@param num_threads user-specified number of threads *)