User Tools

Site Tools


rxjava

Table of Contents

RxJava

GitHub Repo Changes

RxJava - https://github.com/ReactiveX/RxJava - Java - RxJava – Reactive Extensions for the JVM – a Java library for composing asynchronous programs and event-based programs using observable sequences for the Java VM

Snippet from Wikipedia: ReactiveX

ReactiveX (Rx, also known as Reactive Extensions) is a software library originally created by Microsoft that allows imperative programming languages to operate on sequences of data regardless of whether the data is synchronous or asynchronous. It provides a set of sequence operators that operate on each item in the sequence. It is an implementation of reactive programming and provides a blueprint for the tools to be implemented in multiple programming languages.

rxjava.txt · Last modified: 2024/04/28 03:12 (external edit)