wait
is an extraction of the kubernetes exponential backoff and wait functionality
into an independently re-useable, zero-dependency package.
The most notable difference from the kubernetes library is that wait
makes
no provisions for handling panic recovery within its functions, instead relying
on the caller to do so, if needed.
Apache, see LICENSE