Expand description
Tools for dealing with tokio tasks.
Structs§
- Retry
Options - Options for retry.
Functions§
- retry
- Calls the given function
funtil it no longer returnsOk(None), and returns the last result which is thus either anOk(Some(value))or anErr(err).