voddan
10/17/2018, 12:19 PMasync {}
block throws an exception, but the result is never used? I get different behaviour in playground and InteliJ
https://pl.kotl.in/rkOAdiNiQ
suspend fun main() {
coroutineScope {
val x = async { null!! }
}
println("end")
}
gildor
10/17/2018, 1:03 PMgildor
10/17/2018, 1:04 PMvoddan
10/17/2018, 1:12 PMDaniel Tam
10/17/2018, 2:40 PMvoddan
10/17/2018, 3:50 PMDaniel Tam
10/17/2018, 3:54 PMvoddan
10/17/2018, 3:58 PMgildor
10/18/2018, 1:11 AMvoddan
10/18/2018, 8:50 AMgildor
10/18/2018, 9:38 AM