Lines Matching refs:coroutines
2 title: kotlinx-coroutines
6 # kotlinx.coroutines reference documentation
8 Library support for Kotlin coroutines. This reference is a companion to
9 [Guide to kotlinx.coroutines by example](https://github.com/Kotlin/kotlinx.coroutines/blob/master/c…
15 | [kotlinx-coroutines-core](kotlinx-coroutines-core) | Core primitives to work wi…
16 | [kotlinx-coroutines-debug](kotlinx-coroutines-debug) | Debugging utilities for co…
17 | [kotlinx-coroutines-test](kotlinx-coroutines-test) | Test primitives for corout…
18 | [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive) | Utilities for [Reactive St…
19 | [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor) | Utilities for [Reactor](ht…
20 | [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2) | Utilities for [RxJava 2.x]…
21 | [kotlinx-coroutines-android](kotlinx-coroutines-android) | `Main` dispatcher for Andr…
22 | [kotlinx-coroutines-javafx](kotlinx-coroutines-javafx) | `JavaFx` dispatcher for Ja…
23 | [kotlinx-coroutines-swing](kotlinx-coroutines-swing) | `Swing` dispatcher for Swi…
24 | [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8) | Integration with JDK8 `Com…
25 | [kotlinx-coroutines-guava](kotlinx-coroutines-guava) | Integration with Guava [Li…
26 | [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j) | Integration with SLF4J [MD…
27 | [kotlinx-coroutines-play-services](kotlinx-coroutines-play-services) | Integration with Google Pl…
32 that uses coroutines to implement animations in imperative style.