Skip to content

Commit f0af8d4

Browse files
committed
Link to introduction video
1 parent 5400ace commit f0af8d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ This is a companion version for Kotlin 1.1.4 release (this is the minimal requir
2121

2222
## Documentation
2323

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)
2730
* [Change log for kotlinx.coroutines](CHANGES.md)
2831
* [Coroutines design document (KEEP)](https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md)
2932
* [Full kotlinx.coroutines API reference](http://kotlin.github.io/kotlinx.coroutines)

0 commit comments

Comments
 (0)