You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing we need to figure out, is whether to attempt an overload on the existing operator, or rename it to throttleTime and add a throttle operator that accepts an observable.
It depends on the complexity of the overload and the perf hit.
The text was updated successfully, but these errors were encountered:
Add new throttle operator (previous throttle was renamed to throttleTime) that takes a
durationSelector parameter, much like debounce does.
ResolvesReactiveX#496.
Relates to some discussion at #493..
The only thing we need to figure out, is whether to attempt an overload on the existing operator, or rename it to
throttleTime
and add athrottle
operator that accepts an observable.It depends on the complexity of the overload and the perf hit.
The text was updated successfully, but these errors were encountered: