package rpc_parallel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val start_master_server_exn : ?rpc_max_message_size:int -> ?rpc_handshake_timeout:Core.Time_float.Span.t -> ?rpc_heartbeat_config:Async.Rpc.Connection.Heartbeat_config.t -> ?pass_name:bool -> krb_mode:Mode.t -> worker_command_args:string list -> unit -> unit

See lib/rpc_parallel/src/parallel_intf.ml for documentation. Backend_and_settings.t is specialized to expose the krb server and client modes.

val worker_command : Async.Command.t

See lib/rpc_parallel/src/parallel_intf.ml for documentation.