目录引言一、协程的分发器作用1.1 测试代码1.2 CoroutineScope.launch1.2.1 newCoroutineContext1.3 startCoroutineCancellable1.3.1 intercepted()1.3.2 CoroutineDispatcher1.3.3 小结1.4 DispatchedContinuation1