Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.7% on proxy.golang.org
Top 1.9% dependent packages on proxy.golang.org
Top 1.3% dependent repos on proxy.golang.org

proxy.golang.org : github.com/rogpeppe/retry

Package retry implements an efficient loop-based retry mechanism that allows the retry policy to be specified independently of the control structure. It supports exponential (with jitter) and linear retry policies. Although syntactically lightweight, it's also flexible - for example, it can be used to run a backoff loop while waiting for other concurrent events, or with mocked-out time. This example demonstrates running multiple retry iterators simultaneously, using container/heap to manage them.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rogpeppe/retry
License: Apache-2.0
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/rogpeppe
Dependent packages: 8
Dependent repositories: 16
Stars: 16 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...