@0b5vr/experimental
    Preparing search index...

    Function asyncRetry

    • Retry given function for n times.

      See also: retry

      Type Parameters

      • T

      Parameters

      • func: () => Promise<T>
      • n: number

      Returns Promise<T>