Simple abstract class for throttled execution of an async function, with throttling implemented by use of TokenBuckets.
Info
Version: | 0.1.4 |
Author(s): | Robert Ellis |
Last Update: | Saturday, October 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/robertellisuk/AsyncThrottledFunctionExecutor |
NuGet Url: | https://www.nuget.org/packages/Banda.AsyncThrottledFunctionExecutor |
Install
Install-Package Banda.AsyncThrottledFunctionExecutor
dotnet add package Banda.AsyncThrottledFunctionExecutor
paket add Banda.AsyncThrottledFunctionExecutor
Banda.AsyncThrottledFunctionExecutor Download (Unzip the "nupkg" after downloading)
Dependencies
- Banda.AsyncTokenBucket(>= 1.0.1)
- ImmutableObjectGraph.Generation(>= 1.2.19)
Tags