Module Plain.Extend

Parameters

module Rpc : sig ... end

Signature

val dispatch_multi : Async.Versioned_rpc.Connection_with_menu.t -> Rpc.Caller.query -> Rpc.Caller.response Async.Deferred.Or_error.t
val implement_multi : ?log_not_previously_seen_version:( name:string -> int -> unit ) -> ( 'state -> version:int -> Rpc.Callee.query -> Rpc.Callee.response Async.Deferred.t ) -> 'state Async.Rpc.Implementation.t list