# Packages
Package wait is a subset of k8s.io/apimachinery to avoid conflicts in dependencies (specifically, logging).
# Functions
Ever returns true if the context was wrapped by Never.
IsNotNil returns true if err is not nil.
IsTemporary returns true if err implements Temporary() and it returns true.
Never returns a context that signals something should not be retried.
Retry retries a given function, f, until a predicate is satisfied, using exponential backoff.