Open
Description
I'd like to filter my stream to issue update events (rerequesting resources) so I want to debounceImmediate but then just to be sure, issue another update if something changed in the debounce period.
Example:
var throttled = source.throttleImmediate(2)
source: asdf----asdf----a--
throttled: a-d-f---a-d-f---a--
How would you accomplish this currently? With a custom bacon operator?
Metadata
Metadata
Assignees
Labels
No labels