exponential-backoff
An implementation of the exponential backoff algorithm
$ area51 add exponential-backoffCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(exponential-backoff:some-function ...)