debounce

package
v0.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2026 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DebounceableRefresher

type DebounceableRefresher struct {
	// contains filtered or unexported fields
}

DebounceableRefresher is used to debounce multiple attempts to refresh a refreshable type.

func NewDebounceableRefresher added in v0.8.1

func NewDebounceableRefresher(ctx context.Context, refreshable Refreshable, duration time.Duration) *DebounceableRefresher

func (*DebounceableRefresher) Schedule added in v0.8.1

func (dr *DebounceableRefresher) Schedule(after time.Duration)

type Refreshable

type Refreshable interface {
	Refresh() error
}

Refreshable represents an object which can be refreshed. This should be protected by a mutex for concurrent operation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL