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
Nov 2, 2020
Latest stable version

Install

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

Frameworks

.NETFramework4.7.2 .NETStandard2.0 .NETStandard2.1

Dependencies

ComposableAsync.Core
.NETFramework4.7.2
[1.3.0, )
ComposableAsync.Core
.NETStandard2.0
[1.3.0, )
ComposableAsync.Core
.NETStandard2.1
[1.3.0, )

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 3 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.