Skip to main content

Module task

Module task 

Source
Expand description

Tools for dealing with tokio tasks.

Structs§

RetryOptions
Options for retry.

Functions§

retry
Calls the given function f until it no longer returns Ok(None), and returns the last result which is thus either an Ok(Some(value)) or an Err(err).