RateLimiter 2.2.0

.NET Standard 2.0 .NET Framework 4.7.2
dotnet add package RateLimiter --version 2.2.0
NuGet\Install-Package RateLimiter -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RateLimiter" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RateLimiter --version 2.2.0
#r "nuget: RateLimiter, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RateLimiter as a Cake Addin
#addin nuget:?package=RateLimiter&version=2.2.0

// Install RateLimiter as a Cake Tool
#tool nuget:?package=RateLimiter&version=2.2.0

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

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on RateLimiter:

Package Downloads
Fortnox.NET.SDK

SDK package for Fortnox API. This package is developed and maintained by Softwerk AB. For more information please visit the repository on Github.

RestSharpHelper

RestSharpHelper Small library helper for RestSharp including rate limit, oauth1 support, helper for async download, usage of JSON.Net as json serializer and some helper method

DiscogsClient

C# Client library for Discogs API v2.0 Features Include API to authorize user (generating OAuth1.0 token and token secret) Full support to DataBase API including image download Support of identity API Asynchroneous and cancellable API using Tasks Transparent management of pagination using none blocking API (Reactive IObservable) or IEnumerable

Spectacles.NET.Gateway

Spawns shards and manages a bot's lifetime on the Discord WebSocket gateway.

DotNetBungieAPI

Bungie.net API wrapper.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on RateLimiter:

Repository Stars
SHOEGAZEssb/Last.fm-Scrubbler-WPF
Manual Last.fm scrobbling for when a service (or you!) failed to scrobble.
ThePornDatabase/Jellyfin.Plugin.ThePornDB
Jellyfin/Emby Metadata Provider
Version Downloads Last updated
2.2.0 560,512 11/2/2020
2.1.0 123,098 8/1/2019
2.0.0 5,371 7/8/2019
1.1.1 127,550 6/3/2018
1.1.0 14,178 5/24/2017
1.0.0 21,094 5/25/2016

.NET Standard 2.1 support