-
public class DispatcherProvider
-
-
Field Summary
Fields Modifier and Type Field Description private CoroutineDispatcherMainprivate CoroutineDispatcherIOpublic final static DispatcherProviderINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitset(CoroutineDispatcher mainDispatcher, CoroutineDispatcher ioDispatcher)Overrides the main (UI thread) and IO dispatcher. final Unitreset()Resets the dispatchers to their default values. final CoroutineDispatchergetMain()final UnitsetMain(CoroutineDispatcher Main)final CoroutineDispatchergetIO()final UnitsetIO(CoroutineDispatcher IO)
-