# 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.