Package 

Interface DispatcherProvider

    • Method Summary

      Modifier and Type Method Description
      abstract CoroutineDispatcher io()
      abstract CoroutineDispatcher main()
      abstract CoroutineDispatcher processing()
      • Methods inherited from class java.lang.Object

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

      • io

         abstract CoroutineDispatcher io()
      • main

         abstract CoroutineDispatcher main()
      • processing

         abstract CoroutineDispatcher processing()