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
}
func (*Debouncer) Call ¶
func (d *Debouncer) Call(f func())
Call schedules a new call, overwrites the previous
func (*Debouncer) Flush ¶
func (d *Debouncer) Flush()
Flush calls the last debounced function immediately
Click to show internal directories.
Click to hide internal directories.