Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
kotlinx-coroutines-jdk9/ | 03-May-2024 | - | 938 | 683 | ||
kotlinx-coroutines-reactive/ | 03-May-2024 | - | 2,510 | 1,800 | ||
kotlinx-coroutines-reactor/ | 03-May-2024 | - | 1,989 | 1,537 | ||
kotlinx-coroutines-rx2/ | 03-May-2024 | - | 4,168 | 3,268 | ||
kotlinx-coroutines-rx3/ | 03-May-2024 | - | 4,076 | 3,180 | ||
README.md | D | 03-May-2024 | 722 | 12 | 8 | |
knit.properties | D | 03-May-2024 | 192 | 6 | 5 | |
knit.test.include | D | 03-May-2024 | 325 | 11 | 8 |
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