package rpc_parallel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type param_type = Param.t
type run_input_type = [
  1. | `Map of Input.t
  2. | `Combine of Accum.t * Accum.t
  3. | `Map_right_combine of Accum.t * Input.t
]
type run_output_type = Accum.t
val spawn_config_exn : Config.t -> param_type -> t list Async.Deferred.t
val shutdown_exn : t -> unit Async.Deferred.t