-
public class SdkDispatchers
-
-
Method Summary
Modifier and Type Method Description final CoroutineDispatchergetBidon()final CoroutineDispatchergetMain()final CoroutineDispatchergetDefault()final CoroutineDispatchergetIO()-
-
Method Detail
-
getBidon
final CoroutineDispatcher getBidon()
-
getMain
final CoroutineDispatcher getMain()
-
getDefault
final CoroutineDispatcher getDefault()
-
getIO
final CoroutineDispatcher getIO()
-
-
-
-