package async_rpc_kernel

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

signature for rpc dispatchers

type msg
val dispatch_multi : Connection_with_menu.t -> msg -> unit Core_kernel.Or_error.t

multi-version dispatch

val rpcs : unit -> Rpc.Any.t list

All rpcs supported by dispatch_multi

val versions : unit -> Core_kernel.Int.Set.t

All versions supported by dispatch_multi. (useful for computing which old versions may be pruned)

val name : string