Slide 25
Slide 25 text
What is RxJava? RxJava is a JVM implementation of Reactive
Extensions: a library for composing
asynchronous and event based programs by
using observable sequences.
Reactive Extensions has a variety of
implementations in different languages.
Besides RxJava, there's also RxJS, RxPy,
RxSwift, and others.