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

    Module plugin/retryFulfilled

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

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

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

    Interfaces

    RetryFulfilledOptions

    Functions

    default