Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debouncer ¶
type Debouncer struct {
// contains filtered or unexported fields
}
Debouncer provides debounced execution of functions. It ensures that functions are executed at most once per delay period, with automatic cleanup after execution.
Click to show internal directories.
Click to hide internal directories.