package async_rpc_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package async_rpc_kernel
-
async_rpc_kernel
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Model : sig ... end
Signature
include S
with type caller_msg := Model.Caller.msg
with type callee_msg := Model.Callee.msg
val dispatch_multi :
Connection_with_menu.t ->
Model.Caller.msg ->
unit Core_kernel.Or_error.t
multi-version dispatch
val implement_multi :
?log_not_previously_seen_version:(name:string -> int -> unit) ->
('state -> version:int -> Model.Callee.msg -> unit) ->
'state Rpc.Implementation.t list
implement multiple versions at once
val rpcs : unit -> Rpc.Any.t list
All supported rpcs.
val versions : unit -> Core_kernel.Int.Set.t
All supported versions. Useful for detecting old versions that may be pruned.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page