https://github.com/d-e-s-o/waitfor
Retry a function until it succeeds, errors out, or a timeout/deadline is reached.
https://github.com/d-e-s-o/waitfor
deadline poll retry rust rust-crate timeout wait-for-it waitfor
Last synced: 8 months ago
JSON representation
Retry a function until it succeeds, errors out, or a timeout/deadline is reached.
- Host: GitHub
- URL: https://github.com/d-e-s-o/waitfor
- Owner: d-e-s-o
- License: gpl-3.0
- Created: 2019-10-04T03:04:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T02:34:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T12:05:10.588Z (over 1 year ago)
- Topics: deadline, poll, retry, rust, rust-crate, timeout, wait-for-it, waitfor
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitlab.com/d-e-s-o/waitfor/commits/master)
[](https://gitlab.com/d-e-s-o/waitfor/-/jobs/artifacts/master/file/kcov/kcov-merged/index.html?job=coverage:kcov)
[](https://crates.io/crates/waitfor)
[](https://docs.rs/waitfor)
[](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html)
waitfor
=======
- [Changelog](CHANGELOG.md)
**waitfor** is a crate allowing for retry of operations until a timeout
or deadline is reached. If operation failed this failure is bubbled up
directly.