The plugin that resolves the executor with values pushed by an observable.
import resolveWhen from 'react-executor/plugin/resolveWhen';const executor = useExecutor('test', heavyTask, [ resolveWhen(observable)]); Copy
import resolveWhen from 'react-executor/plugin/resolveWhen';const executor = useExecutor('test', heavyTask, [ resolveWhen(observable)]);
The plugin that resolves the executor with values pushed by an observable.