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)
Dependencies
Tags
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.