type go.pact.im/x/flaky.DebounceExecutor
12 uses
go.pact.im/x/flaky (current package)
debounce.go#L26: type DebounceExecutor struct {
debounce.go#L45: func Debounce(t time.Duration) *DebounceExecutor {
debounce.go#L46: return &DebounceExecutor{
debounce.go#L52: func (d *DebounceExecutor) clone() *DebounceExecutor {
debounce.go#L54: return &DebounceExecutor{
debounce.go#L63: func (d *DebounceExecutor) WithClock(c *clock.Clock) *DebounceExecutor {
debounce.go#L75: func (d *DebounceExecutor) WithWait(t time.Duration) *DebounceExecutor {
debounce.go#L94: func (d *DebounceExecutor) Execute(ctx context.Context, f Op) error {
debounce.go#L145: func (d *DebounceExecutor) init() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)