Esendex.TokenBucket by: esendexdevelopment 46,962 total downloads last updated 6/6/2017 Latest version: 1.0.7 TokenBucket LeakyBucket FlowControl Token Bucket implementation ported from https://github.com/bbeck/token-bucket
Bert.RateLimiters by: robert.mircea 43,546 total downloads last updated 10/10/2019 Latest version: 1.0.15 ratelimiting throttling leakybucket tokenbucket Popular rate limiting algorithms. C# implementations of fixed token bucket and leaky token bucket throttling strategies
CasCap.Apis.TokenBucket by: f2calv 2,254 total downloads last updated 11/16/2020 Latest version: 1.0.0 TokenBucket LeakyBucket FlowControl This library provides an implementation of a token bucket algorithm which is useful for providing rate limited access to a portion of code. Token Bucket implementation ported from https://github.com/bbeck/token-bucket
Banda.AsyncTokenBucket by: robertellis 709 total downloads last updated 9/24/2020 Latest version: 1.0.1 Token Bucket TokenBucket Async Throttle Throttling Simplified async re-implementtion of https://github.com/esendex/TokenBucket