Closed
Description
The mergeDelayError
operator has been in RxJava from very early and evolved out of experience with the Netflix API use cases. It is not from Rx.Net.
It has proved very valuable and it has been suggested that this pattern be expanded to other combinatorial operators where lazily handling errors is sometimes appropriate.
These include:
concatDelayError
combineLatestDelayError
switchLatestDelayError
Are there others? Any reason not to do this?
/cc @headinthebox and @jhusain