1 unstable release
0.1.0 | Oct 4, 2019 |
---|
#1797 in Asynchronous
2,283 downloads per month
15KB
61 lines
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.
lib.rs
:
A crate allowing for repeated retry of a function until it either reports success, fails with an error, or times out.