package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | One_way_so_no_response
    (*

    If the handler of a one-way RPC uses Async, this response message may be sent when that handler first calls bind rather than when it finishes its work.

    *)
  2. | Single_succeeded
  3. | Single_or_streaming_rpc_error_or_exn
  4. | Single_or_streaming_user_defined_error
  5. | Expert_single_succeeded_or_failed
    (*

    We can't always tell if an Expert response was successful so sometimes use this variant.

    *)
  6. | Streaming_initial
  7. | Streaming_update
  8. | Streaming_closed
val globalize : t -> t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.