mapAsync

inline suspend fun <T, R> Iterable<T>.mapAsync(crossinline transform: suspend (T) -> R): List<R>