type go.pact.im/x/flaky.DebounceExecutor
12 uses
go.pact.im/x/flaky (current package)
debounce.go#L25: type DebounceExecutor struct {
debounce.go#L44: func Debounce(t time.Duration) *DebounceExecutor {
debounce.go#L45: return &DebounceExecutor{
debounce.go#L51: func (d *DebounceExecutor) clone() *DebounceExecutor {
debounce.go#L53: return &DebounceExecutor{
debounce.go#L62: func (d *DebounceExecutor) WithClock(c *clock.Clock) *DebounceExecutor {
debounce.go#L74: func (d *DebounceExecutor) WithWait(t time.Duration) *DebounceExecutor {
debounce.go#L93: func (d *DebounceExecutor) Execute(ctx context.Context, f Op) error {
debounce.go#L144: func (d *DebounceExecutor) init() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)