Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDebouncer ¶
NewDebouncer returns a debounced function that delays execution until after `after` duration has passed since the last call.
func NewThrottle ¶
NewThrottle returns a throttled function that ensures `f` is not executed more frequently than `interval`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.