Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
kotlinx-coroutines-guava/ | H | 25-Apr-2025 | - | 1,634 | 1,157 | |
kotlinx-coroutines-jdk8/ | H | 25-Apr-2025 | - | 9 | 5 | |
kotlinx-coroutines-play-services/ | H | 25-Apr-2025 | - | 681 | 503 | |
kotlinx-coroutines-slf4j/ | H | 25-Apr-2025 | - | 354 | 226 | |
README.md | H A D | 25-Apr-2025 | 719 | 11 | 7 |
README.md
1# Coroutines integration 2 3This directory contains modules that provide integration with various asynchronous callback- and future-based libraries. 4Module names below correspond to the artifact names in Maven/Gradle. 5 6## Modules 7 8* [kotlinx-coroutines-guava](kotlinx-coroutines-guava/README.md) -- integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained). 9* [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j/README.md) -- integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html). 10* [kotlinx-coroutines-play-services](kotlinx-coroutines-play-services) -- integration with Google Play Services [Tasks API](https://developers.google.com/android/guides/tasks). 11