RateLimiter::Limiter
Inherits RateLimiter::LimiterLike / Reference / Object
A rate limiter erogating tokens at the specified rate.
This is powered by the token bucket algorithm.
Constructors
Instance methods
bucket
SourceReturns a Token if one is available within max_wait time,
otherwise it returns a Timeout. Blocking.
rate
Source