retry_sync

Function retry_sync 

Source
pub fn retry_sync<F, T>(operation: F, config: &RetryConfig) -> Result<T>
where F: Fn() -> Result<T>,
Expand description

Retry a synchronous operation with exponential backoff