liangjingkanji / Net

Android 基于协程/OkHttp网络请求工具
http://liangjingkanji.github.io/Net/
MIT License
1.91k stars 214 forks source link

协程上下文为什么传的EmptyCoroutineContext #244

Closed caihuanjian closed 4 weeks ago

caihuanjian commented 1 month ago

问题描述

看不懂源码啊,AndroidScope,NetCoroutineScope的launch方法为什么传EmptyCoroutineContext,那原来作用域的context不是被忽略了吗,是我认知有问题吗,谁能解答一下~

liangjingkanji commented 1 month ago

launch默认就是EmptyCoroutineContext, 第一次launch也不存在原来的作用域