mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
5 lines
175 B
OCaml
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 *)
|