更新内容:
API 改进
不推荐使用 create(), 新增备用项。
新增 Single.merge(Observable
新增 subscribeOn(Scheduler, boolean) 以避免 same-pool 死锁。
API 弃用
Pull 5086:
移除 Observable.create(OnSubscribe)
移除 fromEmitter
Bug 修复
create(Action1, BackpressureMode)+subscribeOn 以避免 same-pool 死锁。
throttleFirst 向后检测时钟漂移
其它
使用 switchIfEmpty 减少堆栈深度。
软件详情:https://github.com/ReactiveX/RxJava/releases
下载地址:https://github.com/ReactiveX/RxJava/archive/v1.2.7.zip
来自:开源中国社区

