qingmei2 / MVVM-Architecture

The practice of MVVM + Jetpack architecture in Android.
1.83k stars 282 forks source link

ViewModelScope.launch #53

Closed HelloAZLS closed 3 years ago

HelloAZLS commented 3 years ago

ViewModelScope.launch 默认是执行在主线程下的

qingmei2 commented 3 years ago

是的,代码一直使用的是默认的Dispatcher.Main,有没有兴趣提个PR呢? 😄