package
2.12.0
Repository: https://github.com/hamba/pkg.git
Documentation: pkg.go.dev

# Functions

PollImmediateUntil tries a condition until stopped by the context.
PollUntil tries a condition until stopped by the context.

# Type aliases

ConditionFunc returns true if the condition is satisfied, or an error if the loop should be aborted.