Charlie L
listOf(…).map { async { someNio() } }.awaitAll()
louiscad
coroutineScope { … }
async { … }
A modern programming language that makes developers happier.