.Net响应式编程框架Rx的Java版本开源实现,是一种JVM语言,有Groovy, Clojure, Scala and JRuby版本的实现
此版本更新内容如下:
Pull 2963 Set of standard producers and updated queue implementations
Pull 3138 Range overhead reduction.
Pull 3137 FromIterable overhead reduction.
Pull 3078 switchOnNext() - fix lost requests race condition
Pull 3112 Observers package test coverage and fixes.
Pull 3123 Remove redundant type parameter in EmptyAction
Pull 3104 Fix SynchronizedQueue.equals
Pull 3147 Remove unnecessary static modifier
Pull 3144 Remove redundant cast in Exceptions
Pull 3143 Fix for BackpressureUtils method javadoc
Pull 3141 Improved Scheduler.Worker memory leak detection
Pull 3082 Observable.x(ConversionFunc) to allow extensions to Observables
Pull 3103 materialize() - add backpressure support
Pull 3129 Fix retry with predicate ignoring backpressure.
Pull 3121 Improve performance of NewThreadWorker, disable search for setRemoveOnCancelPolicy() on Android API < 21
Pull 3120 No InterruptedException with synchronous BlockingObservable
Pull 3117 Operator replay() now supports backpressure
Pull 3116 cache() now supports backpressure
Pull 3110 Test coverage of rx.functions utility methods.
Pull 3101 Fix take swallowing exception if thrown by exactly the nth onNext call to it.
Pull 3109 Unit tests and cleanup of JCTools' queues.
Pull 3108 remove OperatorOnErrorFlatMap because unused
Pull 3079 fix forEach javadoc
Pull 3085 break tests as approach timeout so that don't fail on slow machines
Pull 3086 improve ExecutorSchedulerTest.testOnBackpressureDrop
Pull 3093 Fix request != 0 checking in the scalar paths of merge()
下载: https://github.com/ReactiveX/RxJava/archive/v1.0.14.zip 。