reactive programming - How create revisor observable in rxjava -
problem
have many observables, periodically emits items. need every running task(observable), running revisor observable, example logs execution time, emitted results!, etc.
example: when user(subscriber) subscribes on observable, revisor observable starts. it's should transparent subscribers
how best way that?
Comments
Post a Comment