Just got inspired from ReactiveCocoa/ReactiveObjC#51, I think we can add FlattenStrategy.first where multiple producers race and winner forwards all the events after they get flattened.
Diagram: http://reactivex.io/documentation/operators/amb.html
I think this can be useful in some scenario (though I have never used it before).
Just got inspired from ReactiveCocoa/ReactiveObjC#51, I think we can add
FlattenStrategy.firstwhere multiple producers race and winner forwards all the events after they getflattened.Diagram: http://reactivex.io/documentation/operators/amb.html
I think this can be useful in some scenario (though I have never used it before).