Package 

Object SdkDispatchers

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final CoroutineDispatcher Bidon
      private final CoroutineDispatcher Main
      private final CoroutineDispatcher Default
      private final CoroutineDispatcher IO
      public final static SdkDispatchers INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final CoroutineDispatcher getBidon()
      final CoroutineDispatcher getMain()
      final CoroutineDispatcher getDefault()
      final CoroutineDispatcher getIO()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBidon

         final CoroutineDispatcher getBidon()
      • getMain

         final CoroutineDispatcher getMain()
      • getDefault

         final CoroutineDispatcher getDefault()
      • getIO

         final CoroutineDispatcher getIO()