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

Index

Interfaces

Functions