@@ -18,21 +18,21 @@ launch {
18
18
19
19
## Modules
20
20
21
- * [ common] ( common/README.md ) - common coroutines across all backends:
21
+ * [ common] ( common/README.md ) & mdash ; common coroutines across all backends:
22
22
* ` launch ` and ` async ` coroutine builders;
23
23
* ` Job ` and ` Deferred ` light-weight future with cancellation support;
24
24
* ` delay ` and ` yield ` top-level suspending functions.
25
- * [ js] ( js/README.md ) - Kotlin/JS implementation of common coroutines with ` Promise ` support.
26
- * [ core] ( core/README.md ) -- Kotlin/JVM implementation of common coroutines with additional features:
25
+ * [ js] ( js/README.md ) & mdash ; Kotlin/JS implementation of common coroutines with ` Promise ` support.
26
+ * [ core] ( core/README.md ) & mdash ; Kotlin/JVM implementation of common coroutines with additional features:
27
27
* ` CommonPool ` coroutine context (default on JVM);
28
28
* ` Channel ` and ` Mutex ` communication and synchronization primitives;
29
29
* ` produce ` and ` actor ` coroutine builders;
30
30
* ` select ` expression support and more.
31
- * [ reactive] ( reactive/README.md ) -- modules that provide builders and iteration support for various reactive streams libraries:
31
+ * [ reactive] ( reactive/README.md ) & mdash ; modules that provide builders and iteration support for various reactive streams libraries:
32
32
* Reactive Streams, RxJava 1.x and 2.x and Project Reactor.
33
- * [ ui] ( ui/README.md ) -- modules that provide coroutine dispatchers for various single-threaded UI libraries:
34
- * Android, JavaFx , and Swing.
35
- * [ integration] ( integration/README.md ) -- modules that provide integration with various asynchronous callback- and future-based libraries.
33
+ * [ ui] ( ui/README.md ) & mdash ; modules that provide coroutine dispatchers for various single-threaded UI libraries:
34
+ * Android, JavaFX , and Swing.
35
+ * [ integration] ( integration/README.md ) & mdash ; modules that provide integration with various asynchronous callback- and future-based libraries.
36
36
* JDK8 ` CompletableFuture ` , Guava ` ListenableFuture ` , and synchronous networking/IO.
37
37
38
38
## Documentation
0 commit comments