package rpc_parallel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('worker_state, 'conn_state) t1 = {
  1. worker_state : 'worker_state;
  2. conn_state : 'conn_state;
  3. worker_id : Worker_id.t;
}
type ('worker_state, 'conn_state) t = Async.Rpc.Connection.t * ('worker_state, 'conn_state) t1 Core.Set_once.t