util/event_debouncer library
Classes
- EventDebouncer
- EventDebouncer makes sure that events aren't fired at a higher frequency than specified. To ensure that EventDebouncer will ignore events that happen in between and just call the latest event that happened.