asyncLazy

fun <T> asyncLazy(initializer: suspend () -> T): LazyAsyncValue<T>

Create a LazyAsyncValue with the given initializer