RateLimiter 1.1.0
See the version list below for details.
dotnet add package RateLimiter --version 1.1.0
NuGet\Install-Package RateLimiter -Version 1.1.0
<PackageReference Include="RateLimiter" Version="1.1.0" />
paket add RateLimiter --version 1.1.0
#r "nuget: RateLimiter, 1.1.0"
// Install RateLimiter as a Cake Addin #addin nuget:?package=RateLimiter&version=1.1.0 // Install RateLimiter as a Cake Tool #tool nuget:?package=RateLimiter&version=1.1.0
Utility to respect Web Services rate limit in client application.
Features:
* Easy to use
* Fully asynchroneous: 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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 |
|
SER.Utilitties.NetCore
Utilities for Net 6 to make easier start any project |
|
DotNetBungieAPI
Bungie.net API wrapper. |
|
Spectacles.NET.Gateway
Spawns shards and manages a bot's lifetime on the Discord WebSocket gateway. |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on RateLimiter:
Repository | Stars |
---|---|
cxfksword/jellyfin-plugin-metashark
jellyfin电影元数据插件
|
|
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
|
|
cxfksword/jellyfin-plugin-danmu
jellyfin弹幕自动下载插件
|
|
darklinkpower/PlayniteExtensionsCollection
Collection of extensions made for Playnite.
|
Implement persistent awaitable constraint