RateLimiter::LimiterLike
Defines the API for a rate-limiter-like instance.
Instance methods
Returns a Token if one is available within max_wait time,
otherwise it returns a Timeout. Blocking.
Raises RateLimiter::Timeout if no token is available after the given
time span. Blocking for at most a max_wait duration.