项目作者: NAXAM

项目描述 :
Xamarin Binding Library - RxJava
高级语言: C#
项目地址: git://github.com/NAXAM/rxjava-android-binding.git
创建时间: 2017-06-22T03:26:12Z
项目社区:https://github.com/NAXAM/rxjava-android-binding

开源协议:MIT License

下载


RxJava: Reactive Extensions for the JVM in XAMARIN

RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.

It extends the observer pattern to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.

Version 1.x (Javadoc)

Looking for version 1.x? Jump to the 1.x branch.

Timeline plans for the 1.x line:

  • June 1, 2017 - feature freeze (no new operators), only bugfixes
  • March 31, 2018 - end of life, no further development