All Downloads are FREE. Search and download functionalities are using the official Maven repository.

darwinMain.extensions.Lazy.darwin.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.fluidsonic.i18n.data


@Suppress("NOTHING_TO_INLINE")
internal actual inline fun  atomicLazy(noinline initializer: () -> T): Lazy =
	kotlin.native.concurrent.atomicLazy(initializer)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy