Merge "Change @Background Dispatcher from Dispatchers.Default to Dispatchers.IO" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa58e0b465
@@ -37,5 +37,5 @@ object CoroutinesModule {
|
||||
@Provides
|
||||
@SysUISingleton
|
||||
@Background
|
||||
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.Default
|
||||
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.IO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user