Creates an Effect - A higher-order wrapper around a Promise-or-Observable returning function. The effect is cancelable if it returns an Observable. createBlockingEffect runs in concurrency mode: "blocking" aka exhaustMap.
createBlockingEffect
exhaustMap
Generated using TypeDoc
Creates an Effect - A higher-order wrapper around a Promise-or-Observable returning function. The effect is cancelable if it returns an Observable.
createBlockingEffect
runs in concurrency mode: "blocking" akaexhaustMap
.