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