Join Slack
Powered by
Hi all, I have a question is w.r.t. the function <...
# kotlin-native
a
Aditya K
08/09/2021, 9:19 PM
Hi all, I have a question is w.r.t. the function
Kotlin_initRuntimeIfNeeded
. This function calls
initRuntime
where a global variable is assigned
::runtimeState = result;
I think this assignment will be overridden by a subsequent call as
Kotlin_initRuntimeIfNeeded
function does not appear to be reentrant.
Open in Slack
Previous
Next