深入kotlin - 协程上下文Job和CoroutineScope

Posted 颐和园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了深入kotlin - 协程上下文Job和CoroutineScope相关的知识,希望对你有一定的参考价值。

协程调试

打印协程名

首先看这段代码:

private fun log(msg: String) = println("[$
     Thread.currentThread().name

以上是关于深入kotlin - 协程上下文Job和CoroutineScope的主要内容,如果未能解决你的问题,请参考以下文章

深入kotlin - 协程上下文Job和CoroutineScope

深入理解Kotlin协程使用Job控制协程的生命周期

深入理解Kotlin协程协程的上下文 CoroutineContext

深入理解Kotlin协程CoroutineScope.launch源码追踪扒皮

Kotlin协程基础概念深入理解

Kotlin协程的前世今生