| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| kotlinx-coroutines-reactive/ | 03-May-2024 | - | 2,041 | 1,481 | ||
| kotlinx-coroutines-reactor/ | 03-May-2024 | - | 1,577 | 1,206 | ||
| kotlinx-coroutines-rx-example/ | 03-May-2024 | - | 68 | 50 | ||
| kotlinx-coroutines-rx2/ | 03-May-2024 | - | 4,159 | 3,164 | ||
| README.md | D | 03-May-2024 | 594 | 11 | 7 | |
| coroutines-guide-reactive.md | D | 03-May-2024 | 40.1 KiB | 1,079 | 737 |
README.md
1# Coroutines for reactive streams 2 3This directory contains modules with utilities for various reactive stream libraries. 4Module name below corresponds to the artifact name in Maven/Gradle. 5 6## Modules 7 8* [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive/README.md) -- utilities for [Reactive Streams](https://www.reactive-streams.org) 9* [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor/README.md) -- utilities for [Reactor](https://projectreactor.io) 10* [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2/README.md) -- utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava) 11