Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 612 Bytes

wait Build Status codecov

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.

LICENSE

Apache, see LICENSE