.Net响应式编程框架Rx的Java版本开源实现,是一种JVM语言,有Groovy, Clojure, Scala and JRuby版本的实现。
RxJava 1.0.6 发布,此版本尝试性添加了一些 operator,修复了一些 bug:
注意,当这个 API 标记为 @Beta 还会被修改或者被移除
Pull 2627 FlatMap overloads with maximum concurrency parameter
Pull 2648 TakeWhile: don't unsubscribe downstream.
Pull 2580 Allow configuring the maximum number of computation scheduler threads
Pull 2601 Added common Exceptions.throwIfAny to throw a collection of exceptions
Pull 2644 Missing Unsafe class yields NoClassDefFoundError
Pull 2642 Fix a potential memory leak in schedulePeriodically
Pull 2630 Cast back Observer to Subscriber if passed to subscribe(Observer)
Pull 2622 Changed Observable.empty() into a stateless constant observable.
Pull 2607 OnSubscribeRefCount - improve comments
此版本现已提供下载:https://github.com/ReactiveX/RxJava/archive/v1.0.6.zip
来自:开源中国社区

