pawel_byszewski
12/08/2016, 2:25 PMval future = async<String> {
(1..5).map {
await(startLongAsyncOperation(it))
}.joinToString("\n")
}
kotlinx.coroutines requires at least 24 Android API level that is obviously unacceptable at this moment