DebounceThrottle NuGet Package

The Debounce dispatcher delays the invocation of an action until a predetermined interval has elapsed since the last call.

This ensures that the action is only invoked once after the calls have stopped for the specified duration.
The Throttle dispatcher, on the other hand, limits the invocation of an action to a specific time interval. This means that the action will only be executed once within the given time frame, regardless of how many times it is called.




Got any DebounceThrottle Question?





Info

Version: 3.0.1
Author(s): DebounceThrottle
Last Update: Wednesday, June 19, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/coddicat/DebounceThrottle
NuGet Url: https://www.nuget.org/packages/DebounceThrottle


Install
Install-Package DebounceThrottle
dotnet add package DebounceThrottle
paket add DebounceThrottle
DebounceThrottle Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

1.1

avg-downloads-per-day

101

days-since-last-release

374