forked from mirror/backoff
docs
This commit is contained in:
parent
0496a6c14d
commit
ed03cf77f8
|
@ -1,6 +1,6 @@
|
||||||
# Backoff
|
# Backoff
|
||||||
|
|
||||||
A simple backoff algorithm in Go (Golang)
|
A simple exponential backoff counter in Go (Golang)
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) [![Circle CI](https://circleci.com/gh/jpillora/backoff.svg?style=shield)](https://circleci.com/gh/jpillora/backoff)
|
[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) [![Circle CI](https://circleci.com/gh/jpillora/backoff.svg?style=shield)](https://circleci.com/gh/jpillora/backoff)
|
||||||
|
|
||||||
|
@ -110,6 +110,10 @@ Reset!
|
||||||
214.957989ms
|
214.957989ms
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Documentation
|
||||||
|
|
||||||
|
https://godoc.org/github.com/jpillora/backoff
|
||||||
|
|
||||||
#### Credits
|
#### Credits
|
||||||
|
|
||||||
Ported from some JavaScript written by [@tj](https://github.com/tj)
|
Ported from some JavaScript written by [@tj](https://github.com/tj)
|
||||||
|
|
Loading…
Reference in New Issue