Skip to content

Commit 8db1733

Browse files
committed
Further reading section in coroutines guide
1 parent 791cbc4 commit 8db1733

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

coroutines-guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ You need to add a dependency on `kotlinx-coroutines-core` module as explained
102102
* [Selecting to send](#selecting-to-send)
103103
* [Selecting deferred values](#selecting-deferred-values)
104104
* [Switch over a channel of deferred values](#switch-over-a-channel-of-deferred-values)
105+
* [Further reading](#further-reading)
105106

106107
<!--- END_TOC -->
107108

@@ -2150,6 +2151,12 @@ Channel was closed
21502151

21512152
<!--- TEST -->
21522153

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+
21532160
<!--- SITE_ROOT https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core -->
21542161
<!--- DOCS_ROOT kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core -->
21552162
<!--- INDEX kotlinx.coroutines.experimental -->

0 commit comments

Comments
 (0)