package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Rpc : ('q, 'r) Rpc.t -> t
  2. | Pipe : ('q, 'r, 'e) Pipe_rpc.t -> t
  3. | State : ('q, 's, 'u, 'e) State_rpc.t -> t
  4. | One_way : 'm One_way.t -> t