package rpc_parallel

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

Module Utils.Internal_connection_stateSource

Sourcetype ('worker_state, 'conn_state) t1 = {
  1. worker_state : 'worker_state;
  2. conn_state : 'conn_state;
  3. worker_id : Worker_id.t;
}
Sourcetype ('worker_state, 'conn_state) t = Async.Rpc.Connection.t * ('worker_state, 'conn_state) t1 Core.Set_once.t