I have an observable (that is hot) that is doing things via system process, and I'd like to have an interval also running, until the process observable hits onComplete.
I see the interval operator: http://reactivex.io/documentation/operators/interval.html
How can I combine these two to get he behavior I want (in particular, cancel the interval when the other hits onComplete)?