Skip to content

Commit f7a453b

Browse files
committed
Updated link to KEEP and added one more talk
1 parent d6a5a39 commit f7a453b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ GlobalScope.launch {
4646
* Presentations and videos:
4747
* [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))
4848
* [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))
49+
* [Kotlin Coroutines in Practice](https://www.youtube.com/watch?v=a3agLJQ6vt8) (Roman Elizarov at KotlinConf 2018, [slides](https://www.slideshare.net/elizarov/kotlin-coroutines-in-practice-kotlinconf-2018))
4950
* Guides and manuals:
5051
* [Guide to kotlinx.coroutines by example](docs/coroutines-guide.md) (**read it first**)
5152
* [Guide to UI programming with coroutines](ui/coroutines-guide-ui.md)
5253
* [Guide to reactive streams with coroutines](reactive/coroutines-guide-reactive.md)
5354
* [Change log for kotlinx.coroutines](CHANGES.md)
54-
* [Coroutines design document (KEEP)](https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md)
55+
* [Coroutines design document (KEEP)](https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md)
5556
* [Full kotlinx.coroutines API reference](http://kotlin.github.io/kotlinx.coroutines)
5657

5758
## Using in your projects

0 commit comments

Comments
 (0)