exponential-backoff

MIT

An implementation of the exponential backoff algorithm

$ area51 add exponential-backoffCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(exponential-backoff:some-function ...)