Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
kotlinx-coroutines-jdk9/ | H | 25-Apr-2025 | - | 1,232 | 962 | |
kotlinx-coroutines-reactive/ | H | 25-Apr-2025 | - | 3,177 | 2,378 | |
kotlinx-coroutines-reactor/ | H | 25-Apr-2025 | - | 2,316 | 1,761 | |
kotlinx-coroutines-rx2/ | H | 25-Apr-2025 | - | 5,108 | 4,119 | |
kotlinx-coroutines-rx3/ | H | 25-Apr-2025 | - | 5,002 | 4,018 | |
README.md | H A D | 25-Apr-2025 | 722 | 12 | 8 | |
knit.properties | H A D | 25-Apr-2025 | 86 | 3 | 2 | |
knit.test.include | H A D | 25-Apr-2025 | 250 | 8 | 6 |
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* [kotlinx-coroutines-rx3](kotlinx-coroutines-rx3/README.md) -- utilities for [RxJava 3.x](https://github.com/ReactiveX/RxJava) 12