Vuex - Long Term Memory
    Preparing search index...

    Type Alias Executor

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

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

    Type declaration

      • (func: () => void): void
      • Parameters

        • func: () => void

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

        Returns void