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

    Module plugin/lazyTask

    The plugin that sets an executor task but doesn't execute it.

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

    const executor = useExecutor('test', 42, [
    lazyTask(async () => await getTheMeaningOfLife()),
    ]);

    Functions

    default