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

    Module plugin/retryActivated

    The plugin that retries the latest task if the executor is activated.

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

    const executor = useExecutor('test', () => 42, [retryActivated()]);

    executor.activate();

    Interfaces

    RetryActivatedOptions

    Functions

    default