Skip to content

Commit

Permalink
Update README for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Mar 13, 2020
1 parent 314324c commit 37ff5f4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 :)

0 comments on commit 37ff5f4

Please sign in to comment.