File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,12 @@ This is a companion version for Kotlin 1.1.4 release (this is the minimal requir
21
21
22
22
## Documentation
23
23
24
- * [ Guide to kotlinx.coroutines by example] ( coroutines-guide.md ) (** read it first** )
25
- * [ Guide to UI programming with coroutines] ( ui/coroutines-guide-ui.md )
26
- * [ Guide to reactive streams with coroutines] ( reactive/coroutines-guide-reactive.md )
24
+ * [ Introduction to Kotlin Coroutines] ( https://vimeo.com/222499934 ) video
25
+ (Roman Elizarov at GeekOut 2017, [ slides] ( https://www.slideshare.net/elizarov/introduction-to-kotlin-coroutines ) )
26
+ * Guides and manuals:
27
+ * [ Guide to kotlinx.coroutines by example] ( coroutines-guide.md ) (** read it first** )
28
+ * [ Guide to UI programming with coroutines] ( ui/coroutines-guide-ui.md )
29
+ * [ Guide to reactive streams with coroutines] ( reactive/coroutines-guide-reactive.md )
27
30
* [ Change log for kotlinx.coroutines] ( CHANGES.md )
28
31
* [ Coroutines design document (KEEP)] ( https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md )
29
32
* [ Full kotlinx.coroutines API reference] ( http://kotlin.github.io/kotlinx.coroutines )
You can’t perform that action at this time.
0 commit comments