TokenBucket NuGet Package

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 will "overflow" out of the bucket and be lost forever.




Got any TokenBucket Question?





Info

Version: 2.0.0
Author(s): James Hopper, James Parker, Tim Barker, Mike Lloyd, Robin Cox, Moreton, Brandon Beck
Last Update: Thursday, September 5, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/mxplusb/TokenBucket
NuGet Url: https://www.nuget.org/packages/TokenBucket


Install
Install-Package TokenBucket
dotnet add package TokenBucket
paket add TokenBucket
TokenBucket Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1694