Skip to content

Exponential Backoff library (yet another one) in Golang, designed to be composable, extensible, and support concurrent use cases

License

Notifications You must be signed in to change notification settings

nelz9999/go-xbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc Go Report Card

go-xbo

Package xbo is "yet another eXponential Back Off implementation".

It provides much of the same functionality as several of the other open source implementations (https://github.com/cenkalti/backoff; https://github.com/jpillora/backoff), but with an increased focus on being composable and extensible, and to provide concurrency-safe options.

About

Exponential Backoff library (yet another one) in Golang, designed to be composable, extensible, and support concurrent use cases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages