Interface IDispatchersProvider
-
- All Implemented Interfaces:
public interface IDispatchersProvider
Provides coroutines dispatchers for the components where its needed.
-
-
Method Summary
Modifier and Type Method Description abstract CoroutineContext
getMain()
abstract CoroutineContext
getBackground()
abstract CoroutineContext
getIo()
-
-
Method Detail
-
getMain
abstract CoroutineContext getMain()
-
getBackground
abstract CoroutineContext getBackground()
-
getIo
abstract CoroutineContext getIo()
-
-
-
-