module Cores: sig .. end
sig
end
val set_number_of_cores : int -> unit
int -> unit
val compute : worker:('a -> 'b) -> master:('a * 'c -> 'b -> ('a * 'c) list) -> ('a * 'c) list -> unit
worker:('a -> 'b) -> master:('a * 'c -> 'b -> ('a * 'c) list) -> ('a * 'c) list -> unit