摘要: 一:拦截器可以有多个吗 不可以,因为CoroutineContext在组合在一起的时候,是从左往右累加的,具有相同Key值的Element,左边的会丢弃。而拦截都继承的 ContinuationInterceptor 它内部代码是这样的 public interface ContinuationIn 阅读全文
posted @ 2021-12-22 18:40 ou尼酱~~~ 阅读(121) 评论(0) 推荐(0)