File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ You need to add a dependency on `kotlinx-coroutines-core` module as explained
102
102
* [ Selecting to send] ( #selecting-to-send )
103
103
* [ Selecting deferred values] ( #selecting-deferred-values )
104
104
* [ Switch over a channel of deferred values] ( #switch-over-a-channel-of-deferred-values )
105
+ * [ Further reading] ( #further-reading )
105
106
106
107
<!-- - END_TOC -->
107
108
@@ -2150,6 +2151,12 @@ Channel was closed
2150
2151
2151
2152
<!-- - TEST -->
2152
2153
2154
+ ## Further reading
2155
+
2156
+ * [ Guide to UI programming with coroutines] ( ui/coroutines-guide-ui.md )
2157
+ * [ Coroutines design document (KEEP)] ( https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md )
2158
+ * [ Full kotlinx.coroutines API reference] ( http://kotlin.github.io/kotlinx.coroutines )
2159
+
2153
2160
<!-- - SITE_ROOT https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core -->
2154
2161
<!-- - DOCS_ROOT kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core -->
2155
2162
<!-- - INDEX kotlinx.coroutines.experimental -->
You can’t perform that action at this time.
0 commit comments