CombineExt
CombineExt copied to clipboard
Add concatMap
As CombineExt already implements flatMapLatest, I think it might be a good idea to add concatMap as well.
What do you think? I might look into it on a weekend if we agree on adding it. 😊
I’ll be happy to have it ! It’s a really useful operator
Hey @ohitsdaniel. Someone mentioned using flatMap(maxPublishers: .max(1)) has the same effect as .concatMap. Want to try it ? @ohitsdaniel