Skip to main content

Module debounce

Module debounce 

Expand description

Inbound message debouncing for rapid senders.

Structs§

MessageDebouncer
Accumulates rapid inbound messages per sender and fires a single combined message after the debounce window elapses without new input.

Enums§

DebounceResult
Result of submitting a message to the debouncer.