Skip to main content
RateLimiter package icon

RateLimiter

C# client-side rate limiting utility. 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

Total Downloads
4.4M
4,389,128
Published
Jun 3, 2018
Latest stable version

Install

.NET CLI
dotnet add package RateLimiter --version 1.1.1
Package Manager Console
Install-Package RateLimiter -Version 1.1.1
PackageReference
<PackageReference Include="RateLimiter" Version="1.1.1" />

Frameworks

.NETFramework4.5 .NETStandard1.1

Dependencies

NETStandard.Library
.NETStandard1.1
[1.6.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.