package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = ('a, Async_rpc_kernel__.Protocol.Rpc_error.t) Core.Result.t
val uncaught_exn : location:string -> exn -> 'a t
val bin_io_exn : location:string -> exn -> 'a t
val try_with : ?on_background_exception:(exn -> unit) -> ?run:[ `Now | `Schedule ] -> location:string -> (unit -> 'a t Async_kernel.Deferred.t) -> 'a t Async_kernel.Deferred.t
val or_error : rpc_description:Async_rpc_kernel__.Description.t -> connection_description:Core.Info.t -> connection_close_started:Core.Info.t Async_kernel.Deferred.t -> 'a t -> 'a Core.Or_error.t