Module Fake_functory.Cores

module Cores: sig .. end

val set_number_of_cores : int -> unit
val compute : worker:('a -> 'b) ->
master:('a * 'c -> 'b -> ('a * 'c) list) -> ('a * 'c) list -> unit