The exponential-backoff Reference Manual

This is the exponential-backoff Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:22:34 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 exponential-backoff

An implementation of the exponential backoff algorithm

Author

death

License

MIT

Source

exponential-backoff.asd.

Child Component

exponential-backoff.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 exponential-backoff/exponential-backoff.asd

Source

exponential-backoff.asd.

Parent Component

exponential-backoff (system).

ASDF Systems

exponential-backoff.


3.1.2 exponential-backoff/exponential-backoff.lisp

Source

exponential-backoff.asd.

Parent Component

exponential-backoff (system).

Packages

exponential-backoff.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 exponential-backoff

Source

exponential-backoff.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-exponential-backoff ((backoff &rest options &key sleep-function max-retries reset) &body forms)
Package

exponential-backoff.

Source

exponential-backoff.lisp.


5.1.2 Ordinary functions

Function: exponential-backoff (&key num-failures-to-ignore initial-delay-ms multiply-factor jitter-factor max-backoff-ms always-use-initial-delay)
Package

exponential-backoff.

Source

exponential-backoff.lisp.

Function: inform (backoff succeeded)
Package

exponential-backoff.

Source

exponential-backoff.lisp.

Function: reset (backoff)
Package

exponential-backoff.

Source

exponential-backoff.lisp.

Function: time-until-release (backoff)
Package

exponential-backoff.

Source

exponential-backoff.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: call-with-exponential-backoff (fn backoff &key sleep-function max-retries reset)
Package

exponential-backoff.

Source

exponential-backoff.lisp.

Function: now ()
Package

exponential-backoff.

Source

exponential-backoff.lisp.

Function: release-time (backoff)
Package

exponential-backoff.

Source

exponential-backoff.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables