package streamable

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

Module Streamable.State_rpcSource

Sourcemodule type S = sig ... end
Sourcetype ('q, 's, 'u) t
Sourceval description : (_, _, _) t -> Async_rpc_kernel.Rpc.Description.t
Sourceval implement : ?on_exception:Async_rpc_kernel.Rpc.On_exception.t -> ('q, 's, 'u) t -> ('conn_state -> 'q -> ('s * 'u Async_kernel.Pipe.Reader.t) Async_kernel.Deferred.Or_error.t) -> 'conn_state Async_rpc_kernel.Rpc.Implementation.t
Sourceval bin_query_shape : (_, _, _) t -> Core.Bin_prot.Shape.t
Sourceval bin_state_shape : (_, _, _) t -> Core.Bin_prot.Shape.t
Sourceval bin_update_shape : (_, _, _) t -> Core.Bin_prot.Shape.t
Sourcemodule Direct_writer : sig ... end
Sourcemodule Make (X : S) : sig ... end
OCaml

Innovation. Community. Security.