Versions in this module Expand all Collapse all v0 v0.4.14 Jan 19, 2026 Changes in this version + func Delay(wait time.Duration) error + func DelayWithContext(ctx context.Context, wait time.Duration) error + func For(condition func(int) (bool, error), timeout time.Duration, ...) (bool, error) + func ForWithContext(ctx context.Context, condition func(context.Context, int) (bool, error), ...) (bool, error)