Conversation
|
RxJava-pull-requests #554 SUCCESS |
|
I like to keep the number of different Subscriptions as small as possible What is the use-case for ValuedCompositeSubscription? |
|
Use case for ValuedCompositeSubscription<Observable<? super T>> observers = ...but I usually ended up using regular map and locks anyway. So it is not that essential.
|
|
I like MultipleAssignmentSubscription, SerialSubscription, SingleAssignmentSubscription hierarchy. |
|
Why not:
Here I'd need to suppress/override |
|
Inspired changes done in #661 |
… be less than 10 which causes the test to fail. (ReactiveX#620)
Renamed and changed things according to comments in #603