xref: /aosp_15_r20/external/kotlinx.coroutines/integration/README.md (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1*7a7160feSAndroid Build Coastguard Worker# Coroutines integration
2*7a7160feSAndroid Build Coastguard Worker
3*7a7160feSAndroid Build Coastguard WorkerThis directory contains modules that provide integration with various asynchronous callback- and future-based libraries.
4*7a7160feSAndroid Build Coastguard WorkerModule names below correspond to the artifact names in Maven/Gradle.
5*7a7160feSAndroid Build Coastguard Worker
6*7a7160feSAndroid Build Coastguard Worker## Modules
7*7a7160feSAndroid Build Coastguard Worker
8*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-guava](kotlinx-coroutines-guava/README.md) -- integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained).
9*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j/README.md) -- integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html).
10*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-play-services](kotlinx-coroutines-play-services) -- integration with Google Play Services [Tasks API](https://developers.google.com/android/guides/tasks).
11