Binance Connector JS
    Preparing search index...

    Function delay

    • Delays the execution of the current function for the specified number of milliseconds.

      Parameters

      • ms: number

        The number of milliseconds to delay the function.

      Returns Promise<void>

      A Promise that resolves after the specified delay.