Package io.scanbot.sdk.ui.coroutines
Class DispatchersProvider
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.coroutines.IDispatchersProvider
public final class DispatchersProvider implements IDispatchersProvider
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineContextmainprivate final CoroutineContextbackgroundprivate final CoroutineContextio
-
Constructor Summary
Constructors Constructor Description DispatchersProvider()
-
Method Summary
Modifier and Type Method Description CoroutineContextgetMain()CoroutineContextgetBackground()CoroutineContextgetIo()-
-
Method Detail
-
getMain
CoroutineContext getMain()
-
getBackground
CoroutineContext getBackground()
-
getIo
CoroutineContext getIo()
-
-
-
-