Creates an Effect - A higher-order wrapper around a Promise-or-Observable returning function.
The effect is throttled to within msec, meaning an existing execution or delay blocks new ones.
The effect is cancelable if it returns an Observable. createThrottledEffect runs in concurrency mode: "blocking".
Creates an Effect - A higher-order wrapper around a Promise-or-Observable returning function. The effect is throttled to within
msec
, meaning an existing execution or delay blocks new ones. The effect is cancelable if it returns an Observable.createThrottledEffect
runs in concurrency mode: "blocking".