awaitAll

suspend fun <T> Collection<LazyDeferred<T>>.awaitAll(): List<T>

Sources

Link copied to clipboard