[ trixie ]
[ sid ]
[ 源代码: golang-github-lestrrat-go-backoff ]
软件包:golang-github-lestrrat-go-backoff-dev(2.0.8-2)
golang-github-lestrrat-go-backoff-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-lestrrat-go-backoff:
- [golang-github-lestrrat-go-backoff_2.0.8-2.dsc]
- [golang-github-lestrrat-go-backoff_2.0.8.orig.tar.gz]
- [golang-github-lestrrat-go-backoff_2.0.8-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- libalgorithm-backoff-perl
- golang-github-markbates-goth-dev
- golang-gopkg-src-d-go-git.v4-dev
- golang-github-jesseduffield-go-git-dev
- golang-github-matryer-try-dev
- golang-nhooyr-websocket-dev
- golang-golang-x-mod-dev
- golang-github-arceliar-phony-dev
- golang-github-go-git-go-git-dev
- go-git
- golang-github-cloudflare-backoff-dev
Backoff mechanics for Go (library)
This library is an implementation of backoff algorithm for retrying operations in an idiomatic Go way. It respects context.Context natively, and the critical notifications are done through channel operations, allowing you to write code that is both more explicit and flexible.
其他与 golang-github-lestrrat-go-backoff-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-cenkalti-backoff-dev
- exponential backoff algorithm in Go
-
- dep: golang-github-lestrrat-go-option-dev
- Implementation of the "Optional Parameters Pattern" (library)
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package