开源中国的 IT 公司开源软件整理计划介绍
.Net响应式编程框架Rx的Java版本开源实现,是一种JVM语言,有Groovy, Clojure, Scala and JRuby版本的实现
RxJava 1.0.10 发布,此版本更新内容如下:
Pull 2892 Fix Observable.range race condition
Pull 2895 Fix Observable.from(Iterable) race condition
Pull 2898 Observable.range - add unit test for eager completion on empty
Pull 2899 Observable.from(empty) to emit onComplete even when 0 requested
Pull 2894 Concat: fixed reentrancy problem in completeInner
Pull 2880 Use singleton reduction functions in count and countLong
Pull 2902 Prevent ExceptionsTest from hanging when testing stack overflow
Pull 2897 Fix for overlapping windows.
Pull 2904 TakeLast - add request overflow check
Pull 2905 Use singleton Operators where we can
Pull 2909 Fix the drainer to check if the queue is empty before quitting.
Pull 2911 OperatorPublish benchmark
Pull 2914 Optimization - use OperatorTakeLastOne for takeLast(1)
Pull 2915 Observable.ignoreElements - optimize
Pull 2883 Proposal: standardized Subject state-peeking methods.
Pull 2901 Operators toList and toSortedList now support backpressure
Pull 2921 OperatorObserveOn - handle request overflow correctly
Pull 2882 OperatorScan - don't call onNext after onError is called
Pull 2875 Fix: NPE in requestFromChild method.
Pull 2814 Operator Publish full rewrite
Pull 2820 Backpressure for window(size)
Pull 2912 Fix the Scheduler performance degradation
此版本现已提供下载: https://github.com/ReactiveX/RxJava/archive/v1.0.10.zip 。