Why can't runBlocking take in CoroutineExceptionHandler?

前端 未结 0 1530
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 12:24

When I have

    @Test
    fun test() {
        val handler = CoroutineExceptionHandler { _, exception ->
            println("CoroutineExceptionHandle         


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