Available on
docsrs
only.Expand description
Examples of using backon.
Modulesยง
- basic
- Retry an async function.
- closure
- Retry an closure.
- inside_
mut_ self - Retry an async function inside
&mut self
functions. - retry_
after - Retry an async function with the
Retry-After
headers. - sqlx
- Retry sqlx operations.
- with_
args - Retry function with args.
- with_
mut_ self - Retry an async function which takes
&mut self
as receiver. - with_
self - Retry an async function which takes
&self
as receiver. - with_
specific_ error - Retry with specify retryable error by
when
.