features/repositories/debouncer library

Classes

Debouncer
The Debouncer class is designed to limit the rate at which a function is called. It ensures that the function is only executed if a certain amount of time has passed since the last invocation of the execute method.