Module plugin/resolveWhen

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

Index

Functions