tokio-retry
Extensible, asynchronous retry behaviours for the ecosystem of tokio libraries.
Features
- Multiple retry strategies:
- Exponential backoff
- Fibonacci backoff
- Fixed interval
no_stdsupport- Optional support for random jitter (requires the
randfeature)
Example
use Retry;
use ;
async
async