d-e-s-o / waitfor

Retry a function until it succeeds, errors out, or a timeout/deadline is reached.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline coverage crates.io docs rustc

waitfor

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.

About

Retry a function until it succeeds, errors out, or a timeout/deadline is reached.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%