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

    Module plugin/resolveBy

    The plugin that resolves the executor with values pushed by an observable.

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

    const executor = useExecutor('test', heavyTask, [
    resolveBy(observable)
    ]);

    Functions

    default