debounce library

Classes

Debounce
The Debounce class 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.