debounce library
Classes
- Debounce
-
The
Debounceclass provides a mechanism to debounce function calls, ensuring that the function is only invoked after a specified duration of inactivity.
Enums
- BehaviorType
- Specifies the behavior type for debouncing or throttling function calls.