package rpc_parallel

  1. Overview
  2. Docs

Module Map_reduce.Make_map_function_with_initSource

Parameters

Signature

Sourcemodule Param : Core.Binable with type t = S.Param.t
Sourcemodule Input : Core.Binable with type t = S.Input.t
Sourcemodule Output : Core.Binable with type t = S.Output.t
Sourcemodule Worker : Worker with type param_type = Param.t and type run_input_type = Input.t and type run_output_type = Output.t