fix: clear violations of RawDispatcherUse

This commit is contained in:
Harsh Shandilya 2023-06-01 20:50:52 +05:30
parent 496f421f17
commit 3a4e827f1a
No known key found for this signature in database
20 changed files with 124 additions and 271 deletions

View file

@ -14,6 +14,8 @@ public interface DispatcherProvider {
public fun main(): CoroutineDispatcher = Dispatchers.Main
public fun mainImmediate(): CoroutineDispatcher = Dispatchers.Main.immediate
public fun default(): CoroutineDispatcher = Dispatchers.Default
public fun io(): CoroutineDispatcher = Dispatchers.IO