utils/lifecycle_helpers library

Classes

EasyDebounce
A simple debouncer to limit the frequency of function execution.
EasyThrottle
A simple throttler to ensure a function is not called more than once within a specified duration.