Table of Contents

RxJava

Return to Asynchronous Programming, Concurrent RxJava, Parallel RxJava, Reactive RxJava, Reactive Programming, Java GitHub Stars, Asynchronous Programming, Java, Asynchronous Programming, Async Java, Concurrent Programming

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.