Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debounce ¶
type Debounce struct {
// contains filtered or unexported fields
}
func NewDebounce ¶
type DebouncingThrottle ¶
func NewDebouncingThrottle ¶
func NewDebouncingThrottle(duration time.Duration) *DebouncingThrottle
func (*DebouncingThrottle) Add ¶
func (td *DebouncingThrottle) Add(fn func()) (count int)
func (*DebouncingThrottle) Clear ¶
func (td *DebouncingThrottle) Clear()
func (*DebouncingThrottle) Stop ¶
func (td *DebouncingThrottle) Stop()
Click to show internal directories.
Click to hide internal directories.