Xuanwo / backon

Make retry like a built-in feature provided by Rust.
https://docs.rs/backon/
Apache License 2.0
711 stars 28 forks source link

docs: mention sleep() in blocking retry examples #143

Closed SteveLauC closed 2 months ago

SteveLauC commented 2 months ago

What does this PR do

Based on the discussion, mention sleep() in the blocking retry examples.

Added to examples in both README.md and lib.rs.