package reddit_api_async

  1. Overview
  2. Docs
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val by_headers : time_source:Async.Time_source.t -> t
val with_minimum_delay : time_source:Async.Time_source.t -> delay:Core.Time_ns.Span.t -> t
val combine : t list -> t
val permit_request : t -> unit Async.Deferred.t
val notify_response : t -> Cohttp.Response.t -> unit
val is_ready : t -> bool
val wait_until_ready : t -> unit Async.Deferred.t