suspendLazy

fun <T> CoroutineScope.suspendLazy(context: CoroutineContext = EmptyCoroutineContext, initializer: suspend CoroutineScope.() -> T): SuspendLazy<T>