Module Utils.Internal_connection_state
type ('worker_state, 'conn_state) t1
=
{
worker_state : 'worker_state;
conn_state : 'conn_state;
worker_id : Worker_id.t;
}
type ('worker_state, 'conn_state) t
= Async.Rpc.Connection.t * ('worker_state, 'conn_state) t1 Core.Set_once.t