全部搜索项
trixie  ] [  sid  ]
[ 源代码: golang-github-cloudflare-backoff  ]

软件包:golang-github-cloudflare-backoff-dev(0.0~git20161212.647f3cd-2)

golang-github-cloudflare-backoff-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-cloudflare-backoff

维护小组:

外部的资源:

相似软件包:

Go implementation of "Exponential Backoff And Jitter" (library)

This package implements the backoff strategy described in the AWS Architecture Blog article "Exponential Backoff And Jitter" (http://www.awsarchitectureblog.com/2015/03/backoff.html). Essentially, the backoff has an interval time.Duration; the *nth* call to backoff will return an a time.Duration that is *2 n *interval*. If jitter is enabled (which is the default behaviour), the duration is a random value between 0 and *2 n * interval*. The backoff is configured with a maximum duration that will not be exceeded; e.g., by default, the longest duration returned is backoff.DefaultMaxDuration.

下载 golang-github-cloudflare-backoff-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 5.2 kB23.0 kB [文件列表]