How can I see what happens internally when launchi...
# coroutines
a
How can I see what happens internally when launching a new coroutine? I can't go further this function
AbstractCoroutine.start
, Where can I go from there? maybe I should check the Kotlin compiler? any starting points?
👀 1