[][src]Function futures_retrying::retry

Important traits for Retry<R>
pub fn retry<R, S>(task: R, scheduler: S) -> Retry<R> where
    R: Retryable,
    R::Error: Debug,
    S: Backoff + 'static, 

Retry a future until it succeeds.