is generated in coroutine library? I’m confused about why some core functions are auto-gen… Any specific reason?
e
elizarov
09/11/2018, 8:50 AM
What exactly you what to know? What do you mean by “autogenerated”?
f
freddiewang
09/12/2018, 7:30 AM
Hi @elizarov, because i am studying the implementation of kotlin coroutines and found some core functions like
suspendCoroutineUninterceptedOrReturn
throwing
NotImplementedError("Implementation of suspendCoroutineUninterceptedOrReturn is intrinsic")
. I am just curious where is the “real” implementation of those intrinsic functions and why kotlin has such design. It is very interesting. I can’t find them directly in the code base