Available on
docsrs
only.Expand description
Examples of using backon.
Modulesยง
- Retry an async function.
- Retry an closure.
- Retry an async function inside
&mut self
functions. - Retry sqlx operations.
- Retry function with args.
- Retry an async function which takes
&mut self
as receiver. - Retry an async function which takes
&self
as receiver. - Retry with specify retryable error by
when
.