Module Weighted_limiter_async.Outcome

type 'a t =
  1. | Response of 'a
  2. | Aborted
  3. | Queue_timeout
  4. | Raised of exn