I’m trying to understand `Continuation` in detail....
# coroutines
l
I’m trying to understand
Continuation
in detail. Can someone recommend some good resources on the topic?
g

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
Awesome thank you @gildor