Sign in Sign up
nuget

DebounceThrottle

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.

nuget View on Nuget

Activity

Latest release
2y ago
Total releases
5
Cadence
~8 months
Last 12 months
0

Details

First release
Nov 08, 2019
Releases
Version Released
3.0.1 patch
3.0.0 major
2.1.0 minor
2.0.0 major
1.0.0 initial