You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@ This is a companion version for Kotlin 1.1.4 release (this is the minimal requir
25
25
26
26
## Documentation
27
27
28
-
*[Introduction to Kotlin Coroutines](https://vimeo.com/222499934) video
29
-
(Roman Elizarov at GeekOut 2017, [slides](https://www.slideshare.net/elizarov/introduction-to-kotlin-coroutines))
28
+
* Presentations and videos:
29
+
*[Introduction to Coroutines](https://www.youtube.com/watch?v=_hfBv0a09Jc) (Roman Elizarov at KotlinConf 2017, [slides](https://www.slideshare.net/elizarov/introduction-to-coroutines-kotlinconf-2017))
30
+
*[Deep dive into Coroutines](https://www.youtube.com/watch?v=YrrUCSi72E8) (Roman Elizarov at KotlinConf 2017, [slides](https://www.slideshare.net/elizarov/deep-dive-into-coroutines-on-jvm-kotlinconf-2017))
30
31
* Guides and manuals:
31
32
*[Guide to kotlinx.coroutines by example](coroutines-guide.md) (**read it first**)
32
33
*[Guide to UI programming with coroutines](ui/coroutines-guide-ui.md)
0 commit comments