dave08
val results = ids.map { Pair(it, asyncFetchFoo(it)) }.map { "${it.first = ${it.second.await()}" }