Does anybody know about any article or such where I can read a bit more about the internals of kotlin?
With internals I mean like... on a byte-code/language level. If I know about suspension points -> the continuation interface with resume etcetera -> The compiled java code which adds an object to the signature then where do I go next? If I have 1000 suspended coroutines (continuations), how is the scheduling for the "wake up" mechanism done on these?