Module type Pool.S

module Persistent : Persistent_connection_kernel.S
type t = Persistent.t Weighted_limiter_async.t

Pool type.

val of_uris : continue_on_error:bool -> ?reconnect_delay:(unit -> Core.Time_ns.Span.t) -> burst_per_second:int -> sustained_rate_per_sec:float -> Uri.t list -> t