TokenBucket
by:
mxplusb
- 2,824 total downloads
- last updated 9/5/2019
- Latest version: 2.0.0
This library provides an implementation of a token bucket algorithm which is useful for providing rate limited access to a portion of code. The implementation provided is that of a "leaky bucket" in the sense that the bucket has a finite capacity and any added tokens that would exceed this capacity...
More information