ixfx
    Preparing search index...

    Type Alias RetryTask<T>

    RetryTask: { probe: (attempts: number) => Promise<Result<T>> }

    Type Parameters

    • T

    Type declaration

    • probe: (attempts: number) => Promise<Result<T>>

      If probe returns {success:true} task is considered complete and retrying stops