Add haltStrategy
option to zipLatest
family of Stream combinators
#4263
Labels
enhancement
New feature or request
What is the problem this feature would solve?
I use
zipLatestWith
extensively in my FRP to combine two reactive states into one. Sometimes, I'm zipping a finite data stream with an infinite reactive state stream (such as the ones created bySubscriptionRef
). In those cases, I want my data stream to control when the resulting zipped stream ends.What is the feature you are proposing to solve the problem?
What alternatives have you considered?
I've tried doing some wacky stuff, like:
...and some equally hacky variations, but none of it works.
The text was updated successfully, but these errors were encountered: