sharedLazy

fun <T : Any> sharedLazy(function: () -> T): ReadOnlyProperty<Any, T>

Deprecated (with error)

Is obsolete in new memory model.

Allows creating thread safe lazy to use with Kotlin-Native.