package rpc_parallel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?local:int -> ?remote:(_ Remote_executable.t * int) list -> ?cd:string -> ?connection_timeout:Core.Time_float.Span.t -> redirect_stderr:[ `Dev_null | `File_append of string ] -> redirect_stdout:[ `Dev_null | `File_append of string ] -> unit -> t

Default is to create the same number of local workers as the cores in local machine. All spawned workers will redirect their stdout and stderr to the same file.

OCaml

Innovation. Community. Security.