Function funAsyncAutoRateLimit

  • Type Parameters

    • T

    Parameters

    • concurrency: number
    • func: ((...args) => Promise<T>)
        • (...args): Promise<T>
        • Parameters

          • Rest ...args: any[]

          Returns Promise<T>

    Returns ((...args) => Promise<T>)

      • (...args): Promise<T>
      • Parameters

        • Rest ...args: any[]

        Returns Promise<T>

Generated using TypeDoc