augment-vir - v31.47.0
    Preparing search index...

    Function createBlockingInterval

    • Creates an interval that prevents multiple parallel executions. If the previous callback execution is still executing, the next one will not fire.

      Parameters

      Returns { intervalId: Timeout; clearInterval(this: void): void }