Cancelling a non-cancelable coroutine in Kotlin

前端 未结 0 435
感动是毒
感动是毒 2020-12-10 18:45

Consider this non cancellable coroutine that works as its name implies.

fun main(args: Array) = runBlocking {

    val nonCancellableJob = launc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题