MCPcopy Create free account
hub / github.com/Shopify/goose / Wait

Method Wait

statetracker/tracker.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, desired interface{})

Source from the content-addressed store, hash-verified

18 // If already "desired", returns 0
19 Duration(previous interface{}, desired interface{}) time.Duration
20 Wait(ctx context.Context, desired interface{}) bool
21
22 NewListener() <-chan *Notification
23 RemoveListener(listener <-chan *Notification)

Callers 2

TestStateTracker_WaitFunction · 0.65
WaitMethod · 0.65

Implementers 1

stateTrackerstatetracker/tracker.go

Calls

no outgoing calls

Tested by 1

TestStateTracker_WaitFunction · 0.52