ReactiveXis a library for composing asynchronous and event-based programsby using observable sequences.
It extendsthe observer patternto support sequences of data and/or 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, concurrent data structures, and non-blocking I/O.
譯文:
ReactiveX是一個通過使用可觀察序列來編寫異步和基於事件的程式的庫。
它擴展了觀察者模式以支持數據和/或事件序列,並增加了運算符,使您可以聲明性地組合序列,同時抽象出對低級執行緒,同步,執行緒安全性,並發數據結構和非執行緒等事物的關注阻塞I / O