package async_rpc_kernel

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

An rpc connection paired with the menu of rpcs one may call on it.

val create_directly : Rpc.Connection.t -> Menu.t -> t
val connection : t -> Rpc.Connection.t
val menu : t -> Menu.t