Package 

Class CoroutineExtKt

    • Method Summary

      Modifier and Type Method Description
      final static <ERROR CLASS> startCoroutineTimer(Long delayMillis, Long repeatMillis, Boolean runActionOnUiThread, Function0<Unit> action)
      final static <ERROR CLASS> launchOnUiThread(SuspendFunction1<CoroutineScope, Unit> action)
      final static <R extends Any> R awaitUiResultWithPending(CoroutineScope uiScope, Function1<CancellableContinuation<R>, Unit> action)
      final static <R extends Any> R awaitUiResult(CoroutineScope uiScope, Function0<R> action)
      final static Unit postToUi(CoroutineScope $self, Function0<Unit> action)
      • Methods inherited from class java.lang.Object

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