-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ Tickers with random jitter | |
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/lthibault/jitterbug) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/SentimensRG/ctx?style=flat-square)](https://goreportcard.com/report/github.com/lthibault/jitterbug) | ||
|
||
Jitterbug provides functionality similar to `time.Ticker`, but with a configurable random jitter. Jitterbug is considered **stable**, and production-ready. | ||
Jitterbug provides functionality similar to `time.Ticker`, but with a configurable random jitter. | ||
|
||
Jitterbug has no external dependencies, has a stable API, and is production-ready. | ||
|
||
## Installation | ||
|
||
|
@@ -61,10 +63,3 @@ t := jitterbug.New( | |
|
||
- [GoNum](https://github.com/gonum/gonum), specifically the [univariate distributions](https://godoc.org/gonum.org/v1/gonum/stat/distuv). | ||
- [Suture](https://github.com/thejerf/suture) can use jitterbug for it's backoff [durations](https://godoc.org/github.com/thejerf/suture#Jitter). | ||
|
||
## RFC | ||
|
||
If you find this useful please let me know: <[email protected]> | ||
|
||
Seriously, even if you just used it in your weekend project, I'd like to hear | ||
about it :) |