sharedLazy

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

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