Function send_with_retry

Source
pub async fn send_with_retry<A: Future<Output = Result<B>> + Send, B: Send>(
    f: impl Fn() -> A + Send,
) -> Result<B>
Expand description