Traitsยง
- Rate
Limiter - A per-call rate limiter, where each call has an implied cost of 1 permit.
- Threadsafe
Rate Limiter - A threadsafe per-call rate limiter, where each call has an implied cost of 1 permit.
- Threadsafe
Variable Rate Limiter - A threadsafe cost-based rate limiter, where each call can be of a variable cost.
- Variable
Cost Rate Limiter - A cost-based rate limiter, where each call can be of a variable cost.