You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
722 B
12 lines
722 B
4 months ago
|
# Coroutines for reactive streams
|
||
|
|
||
|
This directory contains modules with utilities for various reactive stream libraries.
|
||
|
Module name below corresponds to the artifact name in Maven/Gradle.
|
||
|
|
||
|
## Modules
|
||
|
|
||
|
* [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive/README.md) -- utilities for [Reactive Streams](https://www.reactive-streams.org)
|
||
|
* [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor/README.md) -- utilities for [Reactor](https://projectreactor.io)
|
||
|
* [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2/README.md) -- utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava)
|
||
|
* [kotlinx-coroutines-rx3](kotlinx-coroutines-rx3/README.md) -- utilities for [RxJava 3.x](https://github.com/ReactiveX/RxJava)
|