kotlin-stdlib / kotlin / LazyThreadSafetyMode / PUBLICATION PUBLICATION Common JVM JS Native 1.0 PUBLICATION Initializer function can be called several times on concurrent access to uninitialized Lazy instance value, but only the first returned value will be used as the value of Lazy instance.