ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
306 stars 37 forks source link

refact: make retry and retry_notify take ownership of Backoff values #29

Closed ihrwein closed 3 years ago

ihrwein commented 3 years ago

Also extract retry logic into a type. It might be made public in the future.