clasp-exponential-backoff
Exponential backoff algorithm in Common Lisp
An implementation of the exponential backoff algorithm in Common Lisp. Inspired by the implementation found in Chromium. Read the header file to learn about each of the parameters.
- Versions: 0-1.8d9e844
- Website: https://github.com/death/exponential-backoff
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of clasp-exponential-backoff
as follows:
guix install clasp-exponential-backoff
Or install a particular version:
guix install clasp-exponential-backoff@0-1.8d9e844
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of clasp-exponential-backoff about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clasp-exponential-backoff'><img src='https://packages.guix.gnu.org/packages/clasp-exponential-backoff/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/clasp-exponential-backoff)
Example Org:
[[https://packages.guix.gnu.org/packages/clasp-exponential-backoff][https://packages.guix.gnu.org/packages/clasp-exponential-backoff/badges/latest-version.svg]]