retry
retry copied to clipboard
A Rust library to retry some code until its return value satisfies a condition.
Welcome any suggestions :)
I just came across this library and I definitely would want to use it but I can't because it doesn't support futures. I know there are a couple of implementations...
There are a few basic tests right now, but they don't cover all the functionality of the crate, nor do they necessarily really prove that the feature they're supposedly testing...