waitfor 0.1.0

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

pipeline 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.