package tezos-workers

  1. Overview
  2. Docs
type 'a t

With QUEUEs, you can push requests in the queue

val push_request_and_wait : 'q t -> 'a Request.t -> ('a, Tezos_error_monad.TzCore.error list) result Lwt.t
val push_request : 'q t -> 'a Request.t -> unit Lwt.t
val pending_requests : 'a t -> (Tezos_base.Time.System.t * Request.view) list
val pending_requests_length : 'a t -> int
OCaml

Innovation. Community. Security.