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

    Module plugin/invalidateByPeers

    The plugin that invalidates the executor result if another executor is fulfilled or invalidated.

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

    const executor = useExecutor('test', 42, [
    invalidateByPeers(executor => executor.key === 'exact_executor_key')
    ]);

    Functions

    default