React Executor - v0.0.24
    Preparing search index...

    Module plugin/retryInvalidated

    The plugin that retries the last task if the executor is invalidated.

    import retryInvalidated from 'react-executor/plugin/retryInvalidated';

    const executor = useExecutor('test', heavyTask, [retryInvalidated()]);

    Interfaces

    RetryInvalidatedOptions

    Functions

    default