Info
Version: | 2.2.0 |
Author(s): | David Desmaisons |
Last Update: | Monday, November 2, 2020 |
.NET Fiddle: | Online Example |
NuGet Url: | https://www.nuget.org/packages/RateLimiter |
Install
Install-Package RateLimiter
dotnet add package RateLimiter
paket add RateLimiter
RateLimiter Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- ComposableAsync.Core(>= 1.3.0)
- ComposableAsync.Core(>= 1.3.0)
- ComposableAsync.Core(>= 1.3.0)
Tags
Features:
* Easy to use
* Fully asynchronous: lower resource usage than thread sleep
* Cancellable via CancellationToken
* Thread safe so you can share time contraints object to rate limit diferent threads using the same resource
* Composable: ability to compose diferent rate limits in one constraint.