Does anyone know how efficient `@kotlin.native.con...
# kotlin-native
n
Does anyone know how efficient
@kotlin.native.concurrent.ThreadLocal
is, what kind of locking (if any) does it use under the hood? I wasn’t able to locate the runtime source code for this.