RxJava

RxJava

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. 譯文 RxJava - JVM回響式擴展Reactive Extensions 用於使用Java VM的可觀察序列編寫異步和基於事件的程式的庫。

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

相關詞條

熱門詞條

聯絡我們