@@ -11,16 +11,19 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
11
11
12
12
#### Version 3.x ([ Javadoc] ( http://reactivex.io/RxJava/3.x/javadoc/ ) )
13
13
14
- - single dependency: [ Reactive-Streams] ( https://github.com/reactive-streams/reactive-streams-jvm )
15
- - Java 8+ or Android API 21+ required
16
- - Java 8 lambda-friendly API
17
- - [ Android] ( https://github.com/ReactiveX/RxAndroid ) desugar friendly
18
- - fixed API mistakes and many limits of RxJava 2
19
- - intended to be a replacement for RxJava 2 with relatively few binary incompatible changes
20
- - non-opinionated about the source of concurrency (threads, pools, event loops, fibers, actors, etc.)
21
- - async or synchronous execution
22
- - virtual time and schedulers for parameterized concurrency
23
- - test and diagnostic support via test schedulers, test consumers and plugin hooks
14
+ - Single dependency: [ Reactive-Streams] ( https://github.com/reactive-streams/reactive-streams-jvm ) .
15
+ - Java 8+ or Android API 21+ required.
16
+ - Java 8 lambda-friendly API.
17
+ - [ Android] ( https://github.com/ReactiveX/RxAndroid ) desugar friendly.
18
+ - Fixed API mistakes and many limits of RxJava 2.
19
+ - Intended to be a replacement for RxJava 2 with relatively few binary incompatible changes.
20
+ - Non-opinionated about the source of concurrency (threads, pools, event loops, fibers, actors, etc.).
21
+ - Async or synchronous execution.
22
+ - Virtual time and schedulers for parameterized concurrency.
23
+ - Test and diagnostic support via test schedulers, test consumers and plugin hooks.
24
+ - Interop with newer JDK versions via 3rd party libraries, such as
25
+ - [ Java 9 Flow API] ( https://github.com/akarnokd/RxJavaJdk9Interop )
26
+ - [ Java 21 Virtual Threads] ( https://github.com/akarnokd/RxJavaFiberInterop#rxjavafiberinterop )
24
27
25
28
Learn more about RxJava in general on the <a href =" https://github.com/ReactiveX/RxJava/wiki " >Wiki Home</a >.
26
29
0 commit comments