An open API service indexing awesome lists of open source software.

https://github.com/daggerok/reactive-streams-integration

roject Reactor, Akka Streams, RxJava 2, reactive streams interoperability with JDK 9+ Flow types
https://github.com/daggerok/reactive-streams-integration

akka-streams java9 jdk11 jdk9 reactive-streams reactor rxjava2

Last synced: 10 months ago
JSON representation

roject Reactor, Akka Streams, RxJava 2, reactive streams interoperability with JDK 9+ Flow types

Awesome Lists containing this project

README

          

# Reactive streams interoperability
Project Reactor, Akka Stream, RxJava 2, reactive streams interoperability with JDK 9+ Flow types

_make sure you have jdk installed_

```bash
jenv local 11.0
```

```bash
./mvnw clean package exec:java
# output:
0
-1
-2
# ...
```