Package 

Class ThreadUtilsKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> T withMainContext(SuspendFunction1<CoroutineScope, T> block) Switch to main thread context.
      final static <T extends Any> T withIOContext(SuspendFunction1<CoroutineScope, T> block) Switch to I/O thread context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait