Executor: ((func: (() => void)) => void)

Manages execution of passed functions (e.g. avoiding bursts by skipping some).

Type declaration

    • (func): void
    • Parameters

      • func: (() => void)

        Function to be executed (may be thrown away and never executed).

          • (): void
          • Returns void

      Returns void