package rpc_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Map_reduce.Make_map_reduce_functionSource

Parameters

Signature

Sourcemodule Param : Core.Binable with type t = unit
Sourcemodule Accum : Core.Binable with type t = S.Accum.t
Sourcemodule Input : Core.Binable with type t = S.Input.t
Sourcemodule Worker : Worker with type param_type = Param.t and type run_input_type = [ `Map of Input.t | `Combine of Accum.t * Accum.t | `Map_right_combine of Accum.t * Input.t ] and type run_output_type = Accum.t
OCaml

Innovation. Community. Security.