Versions in this module Expand all Collapse all v0 v0.4.15 Jan 26, 2026 Changes in this version + func Until(condition func(index int) (bool, error), interval time.Duration) (bool, error) + func UntilTimeout(condition func(index int) (bool, error), timeout time.Duration, ...) (bool, error) + func UntilTimeoutWithContext(ctx context.Context, ...) (bool, error) + func UntilWithContext(ctx context.Context, ...) (bool, error) 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)