How to implement observeLatestOn in RxJava (RxScala)?

前端 未结 2 944
悲哀的现实
悲哀的现实 2021-01-21 18:52

I\'m trying to implement the ObserveLatestOn operator in RxJava (actually, RxScala).

This operator is useful, when we\'ve got a fast producer and a slow subscriber, but

2条回答
  •  伪装坚强ぢ
    2021-01-21 19:51

    I have a PR in which the operator onBackpressureLatest() should have the expected behavior, but you need concurrency and can use observeOn as usual.

提交回复
热议问题