Package 

Class LaunchKtxKt

    • Method Summary

      Modifier and Type Method Description
      final static Job launch(Fragment $self, SuspendFunction1<CoroutineScope, Unit> block)
      final static Job launch(Fragment $self, SuspendFunction1<CoroutineScope, Unit> block, Function1<Throwable, Unit> onError, Function0<Unit> onStart, Function0<Unit> onFinally)
      final static Job launch(FragmentActivity $self, SuspendFunction1<CoroutineScope, Unit> block)
      final static Job launch(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