Runtime.Sleeper
type 'a io = 'a t
type connection = connection
val sleep : connection -> Ptime.Span.t -> unit io
Sleep for retry backoff and timeout support.