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)
]);

Index

Functions