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()]);

Index

Interfaces

Functions