https://kotlinlang.org logo
#coroutines
Title
# coroutines
l

lukaswelte

10/15/2018, 6:45 AM
I’m trying to understand
Continuation
in detail. Can someone recommend some good resources on the topic?
g

gildor

10/15/2018, 6:46 AM

https://www.youtube.com/watch?v=YrrUCSi72E8

And official design document (already out of date, doesn’t include changes from stable coroutines): https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md
l

lukaswelte

10/15/2018, 6:49 AM
Awesome thank you @gildor
5 Views