Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2021 Changes in this version + var ErrWaitCancelled = errors.New("cancelled while waiting for the condition") + func PollImmediateWithContext(ctx context.Context, interval, timeout time.Duration, ...) error + func PollInfinite(ctx context.Context, interval time.Duration, condition w.ConditionFunc) error + func WaitFor(wait w.WaitFunc, fn w.ConditionFunc, done <-chan struct{}) error