There is a great kotlin compiler doc which explain...
# coroutines
c
There is a great kotlin compiler doc which explains
coroutine compiled as continuations
and more. It was a
markdown
file in one of the main kotlin github repos (JetBrains/kotlin or Kotlin/kotlinx.coroutines). Does anyone know where it is? I wanted to do some reading on how coroutines work and how they are compiled
j
I don't know about a markdown file, but I know this should still be very relevant to explain how coroutines are compiled:

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

c
Haven't watched this will do. But still looking for the one I mentioned. It is an unmerged branch made for this single purpose - explain coroutine compilation.
j
c
Yes this is the one