package async_rpc_kernel

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

Module Versioned_rpc.Connection_with_menuSource

Sourcetype t

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

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