Creates an Effect - A higher-order wrapper around a Promise-or-Observable returning function. The effect is cancelable if it returns an Observable. createTogglingEffect runs in concurrency mode: "blocking" aka exhaustMap.
createTogglingEffect
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.
createTogglingEffect
runs in concurrency mode: "blocking" akaexhaustMap
.