RateLimiter constructor
RateLimiter(
- RateLimiterConfig config
Creates a limiter with the given configuration.
Implementation
RateLimiter(this.config);
Creates a limiter with the given configuration.
RateLimiter(this.config);