Does anyone know how efficient `@kotlin.native.concurrent.ThreadLocal` is, what kind of locking (if ...
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.