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_kernel.Result.t
val uncaught_exn : location:string -> exn -> 'a t
val bin_io_exn : location:string -> exn -> 'a t
val try_with : ?run:[ `Now | `Schedule ] -> location:string -> (unit -> 'a t Async_kernel.Deferred.t) -> 'a t Async_kernel.Deferred.t
val or_error : rpc_tag:Async_rpc_kernel__.Protocol.Rpc_tag.t -> rpc_version:int -> connection_description:Core_kernel.Info.t -> connection_close_started:Core_kernel.Info.t Async_kernel.Deferred.t -> 'a t -> 'a Core_kernel.Or_error.t