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

    Module plugin/invalidateAfter

    The plugin that invalidates the settled executor result after a delay.

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

    const executor = useExecutor('test', 42, [invalidateAfter(5_000)]);

    Functions

    default