Package 

Class CoroutineExtensionKt

    • Method Summary

      Modifier and Type Method Description
      final static Job async(SuspendFunction0<Unit> block) 协程
      final static Unit ui(FragmentActivity $self, Function0<Unit> block)
      final static Unit ui(Fragment $self, Function0<Unit> block)
      final static Job request(Fragment $self, SuspendFunction1<CoroutineScope, Unit> block, Function1<Throwable, Unit> onError, Function0<Unit> onStart, Function0<Unit> onFinally)
      final static Job request(FragmentActivity $self, SuspendFunction1<CoroutineScope, Unit> block, Function1<Throwable, Unit> onError, Function0<Unit> onStart, Function0<Unit> onFinally)
      • Methods inherited from class java.lang.Object

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