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)]); Copy
import resolveBy from 'react-executor/plugin/resolveBy';const executor = useExecutor('test', heavyTask, [ resolveBy(observable)]);
The plugin that resolves the executor with values pushed by an observable.