Module debounce::thread[][src]

Structs

Threaded debouncer wrapping EventBuffer. Accepts a common delay and a callback function which is going to be called by a background thread with debounced events.

Threaded debouncer wrapping MixedEventBuffer. Accepts a callback function which is going to be called by a background thread with debounced events. The delay is specified separately for each event as an argument to MixedEventBuffer::put().