ADD week 5
This commit is contained in:
@ -0,0 +1,68 @@
|
||||
package kotlinx.coroutines.intrinsics;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlin.Result;
|
||||
import kotlin.ResultKt;
|
||||
import kotlin.Unit;
|
||||
import kotlin.coroutines.Continuation;
|
||||
import kotlin.coroutines.intrinsics.IntrinsicsKt;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
import kotlinx.coroutines.internal.DispatchedContinuationKt;
|
||||
|
||||
/* compiled from: Cancellable.kt */
|
||||
@Metadata(d1 = {"\u0000:\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0003\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0004\u001a\u001c\u0010\u0000\u001a\u00020\u00012\n\u0010\u0002\u001a\u0006\u0012\u0002\b\u00030\u00032\u0006\u0010\u0004\u001a\u00020\u0005H\u0002\u001a#\u0010\u0006\u001a\u00020\u00012\n\u0010\u0002\u001a\u0006\u0012\u0002\b\u00030\u00032\f\u0010\u0007\u001a\b\u0012\u0004\u0012\u00020\u00010\bH\u0082\b\u001a\u001e\u0010\t\u001a\u00020\u0001*\b\u0012\u0004\u0012\u00020\u00010\u00032\n\u0010\n\u001a\u0006\u0012\u0002\b\u00030\u0003H\u0000\u001a>\u0010\t\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u000b*\u0018\b\u0001\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u000b0\u0003\u0012\u0006\u0012\u0004\u0018\u00010\r0\f2\f\u0010\u0002\u001a\b\u0012\u0004\u0012\u0002H\u000b0\u0003H\u0007ø\u0001\u0000¢\u0006\u0002\u0010\u000e\u001ay\u0010\t\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u000f\"\u0004\b\u0001\u0010\u000b*\u001e\b\u0001\u0012\u0004\u0012\u0002H\u000f\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u000b0\u0003\u0012\u0006\u0012\u0004\u0018\u00010\r0\u00102\u0006\u0010\u0011\u001a\u0002H\u000f2\f\u0010\u0002\u001a\b\u0012\u0004\u0012\u0002H\u000b0\u00032%\b\u0002\u0010\u0012\u001a\u001f\u0012\u0013\u0012\u00110\u0005¢\u0006\f\b\u0013\u0012\b\b\u0014\u0012\u0004\b\b(\u0015\u0012\u0004\u0012\u00020\u0001\u0018\u00010\fH\u0000ø\u0001\u0000¢\u0006\u0002\u0010\u0016\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u0017"}, d2 = {"dispatcherFailure", "", "completion", "Lkotlin/coroutines/Continuation;", "e", "", "runSafely", "block", "Lkotlin/Function0;", "startCoroutineCancellable", "fatalCompletion", "T", "Lkotlin/Function1;", "", "(Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)V", "R", "Lkotlin/Function2;", "receiver", "onCancellation", "Lkotlin/ParameterName;", "name", "cause", "(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;Lkotlin/coroutines/Continuation;Lkotlin/jvm/functions/Function1;)V", "kotlinx-coroutines-core"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
public final class CancellableKt {
|
||||
public static final <T> void startCoroutineCancellable(Function1<? super Continuation<? super T>, ? extends Object> function1, Continuation<? super T> continuation) {
|
||||
try {
|
||||
Continuation intercepted = IntrinsicsKt.intercepted(IntrinsicsKt.createCoroutineUnintercepted(function1, continuation));
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
DispatchedContinuationKt.resumeCancellableWith$default(intercepted, Result.m288constructorimpl(Unit.INSTANCE), null, 2, null);
|
||||
} catch (Throwable th) {
|
||||
dispatcherFailure(continuation, th);
|
||||
}
|
||||
}
|
||||
|
||||
public static /* synthetic */ void startCoroutineCancellable$default(Function2 function2, Object obj, Continuation continuation, Function1 function1, int i, Object obj2) {
|
||||
if ((i & 4) != 0) {
|
||||
function1 = null;
|
||||
}
|
||||
startCoroutineCancellable(function2, obj, continuation, function1);
|
||||
}
|
||||
|
||||
public static final <R, T> void startCoroutineCancellable(Function2<? super R, ? super Continuation<? super T>, ? extends Object> function2, R r, Continuation<? super T> continuation, Function1<? super Throwable, Unit> function1) {
|
||||
try {
|
||||
Continuation intercepted = IntrinsicsKt.intercepted(IntrinsicsKt.createCoroutineUnintercepted(function2, r, continuation));
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
DispatchedContinuationKt.resumeCancellableWith(intercepted, Result.m288constructorimpl(Unit.INSTANCE), function1);
|
||||
} catch (Throwable th) {
|
||||
dispatcherFailure(continuation, th);
|
||||
}
|
||||
}
|
||||
|
||||
public static final void startCoroutineCancellable(Continuation<? super Unit> continuation, Continuation<?> continuation2) {
|
||||
try {
|
||||
Continuation intercepted = IntrinsicsKt.intercepted(continuation);
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
DispatchedContinuationKt.resumeCancellableWith$default(intercepted, Result.m288constructorimpl(Unit.INSTANCE), null, 2, null);
|
||||
} catch (Throwable th) {
|
||||
dispatcherFailure(continuation2, th);
|
||||
}
|
||||
}
|
||||
|
||||
private static final void runSafely(Continuation<?> continuation, Function0<Unit> function0) {
|
||||
try {
|
||||
function0.invoke();
|
||||
} catch (Throwable th) {
|
||||
dispatcherFailure(continuation, th);
|
||||
}
|
||||
}
|
||||
|
||||
private static final void dispatcherFailure(Continuation<?> continuation, Throwable th) {
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
continuation.resumeWith(Result.m288constructorimpl(ResultKt.createFailure(th)));
|
||||
throw th;
|
||||
}
|
||||
}
|
@ -0,0 +1,188 @@
|
||||
package kotlinx.coroutines.intrinsics;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlin.Result;
|
||||
import kotlin.ResultKt;
|
||||
import kotlin.coroutines.Continuation;
|
||||
import kotlin.coroutines.CoroutineContext;
|
||||
import kotlin.coroutines.intrinsics.IntrinsicsKt;
|
||||
import kotlin.coroutines.jvm.internal.CoroutineStackFrame;
|
||||
import kotlin.coroutines.jvm.internal.DebugProbesKt;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
import kotlin.jvm.internal.TypeIntrinsics;
|
||||
import kotlinx.coroutines.CompletedExceptionally;
|
||||
import kotlinx.coroutines.DebugKt;
|
||||
import kotlinx.coroutines.JobSupportKt;
|
||||
import kotlinx.coroutines.TimeoutCancellationException;
|
||||
import kotlinx.coroutines.internal.ScopeCoroutine;
|
||||
import kotlinx.coroutines.internal.StackTraceRecoveryKt;
|
||||
import kotlinx.coroutines.internal.ThreadContextKt;
|
||||
|
||||
/* compiled from: Undispatched.kt */
|
||||
@Metadata(d1 = {"\u0000@\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0010\u0003\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0000\u001a9\u0010\u0000\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u00022\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u00042\u001a\u0010\u0005\u001a\u0016\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0006H\u0082\b\u001a>\u0010\b\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u0002*\u0018\b\u0001\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u00062\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004H\u0000ø\u0001\u0000¢\u0006\u0002\u0010\t\u001aR\u0010\b\u001a\u00020\u0001\"\u0004\b\u0000\u0010\n\"\u0004\b\u0001\u0010\u0002*\u001e\b\u0001\u0012\u0004\u0012\u0002H\n\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u000b2\u0006\u0010\f\u001a\u0002H\n2\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004H\u0000ø\u0001\u0000¢\u0006\u0002\u0010\r\u001a>\u0010\u000e\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u0002*\u0018\b\u0001\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u00062\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004H\u0000ø\u0001\u0000¢\u0006\u0002\u0010\t\u001aY\u0010\u000f\u001a\u0004\u0018\u00010\u0007\"\u0004\b\u0000\u0010\u0002\"\u0004\b\u0001\u0010\n*\b\u0012\u0004\u0012\u0002H\u00020\u00102\u0006\u0010\f\u001a\u0002H\n2'\u0010\u0005\u001a#\b\u0001\u0012\u0004\u0012\u0002H\n\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u000b¢\u0006\u0002\b\u0011H\u0000ø\u0001\u0000¢\u0006\u0002\u0010\u0012\u001aY\u0010\u0013\u001a\u0004\u0018\u00010\u0007\"\u0004\b\u0000\u0010\u0002\"\u0004\b\u0001\u0010\n*\b\u0012\u0004\u0012\u0002H\u00020\u00102\u0006\u0010\f\u001a\u0002H\n2'\u0010\u0005\u001a#\b\u0001\u0012\u0004\u0012\u0002H\n\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00020\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u000b¢\u0006\u0002\b\u0011H\u0000ø\u0001\u0000¢\u0006\u0002\u0010\u0012\u001a?\u0010\u0014\u001a\u0004\u0018\u00010\u0007\"\u0004\b\u0000\u0010\u0002*\b\u0012\u0004\u0012\u0002H\u00020\u00102\u0012\u0010\u0015\u001a\u000e\u0012\u0004\u0012\u00020\u0016\u0012\u0004\u0012\u00020\u00170\u00062\u000e\u0010\u0018\u001a\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0019H\u0082\b\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u001a"}, d2 = {"startDirect", "", "T", "completion", "Lkotlin/coroutines/Continuation;", "block", "Lkotlin/Function1;", "", "startCoroutineUndispatched", "(Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)V", "R", "Lkotlin/Function2;", "receiver", "(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)V", "startCoroutineUnintercepted", "startUndispatchedOrReturn", "Lkotlinx/coroutines/internal/ScopeCoroutine;", "Lkotlin/ExtensionFunctionType;", "(Lkotlinx/coroutines/internal/ScopeCoroutine;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;", "startUndispatchedOrReturnIgnoreTimeout", "undispatchedResult", "shouldThrow", "", "", "startBlock", "Lkotlin/Function0;", "kotlinx-coroutines-core"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
public final class UndispatchedKt {
|
||||
public static final <T, R> Object startUndispatchedOrReturn(ScopeCoroutine<? super T> scopeCoroutine, R r, Function2<? super R, ? super Continuation<? super T>, ? extends Object> function2) {
|
||||
Object completedExceptionally;
|
||||
Object makeCompletingOnce$kotlinx_coroutines_core;
|
||||
try {
|
||||
completedExceptionally = ((Function2) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function2, 2)).invoke(r, scopeCoroutine);
|
||||
} catch (Throwable th) {
|
||||
completedExceptionally = new CompletedExceptionally(th, false, 2, null);
|
||||
}
|
||||
if (completedExceptionally != IntrinsicsKt.getCOROUTINE_SUSPENDED() && (makeCompletingOnce$kotlinx_coroutines_core = scopeCoroutine.makeCompletingOnce$kotlinx_coroutines_core(completedExceptionally)) != JobSupportKt.COMPLETING_WAITING_CHILDREN) {
|
||||
if (makeCompletingOnce$kotlinx_coroutines_core instanceof CompletedExceptionally) {
|
||||
CompletedExceptionally completedExceptionally2 = (CompletedExceptionally) makeCompletingOnce$kotlinx_coroutines_core;
|
||||
Throwable th2 = completedExceptionally2.cause;
|
||||
Throwable th3 = completedExceptionally2.cause;
|
||||
Continuation<? super T> continuation = scopeCoroutine.uCont;
|
||||
if (DebugKt.getRECOVER_STACK_TRACES() && (continuation instanceof CoroutineStackFrame)) {
|
||||
throw StackTraceRecoveryKt.recoverFromStackFrame(th3, (CoroutineStackFrame) continuation);
|
||||
}
|
||||
throw th3;
|
||||
}
|
||||
return JobSupportKt.unboxState(makeCompletingOnce$kotlinx_coroutines_core);
|
||||
}
|
||||
return IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
||||
}
|
||||
|
||||
public static final <T, R> Object startUndispatchedOrReturnIgnoreTimeout(ScopeCoroutine<? super T> scopeCoroutine, R r, Function2<? super R, ? super Continuation<? super T>, ? extends Object> function2) {
|
||||
Object completedExceptionally;
|
||||
Object makeCompletingOnce$kotlinx_coroutines_core;
|
||||
try {
|
||||
completedExceptionally = ((Function2) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function2, 2)).invoke(r, scopeCoroutine);
|
||||
} catch (Throwable th) {
|
||||
completedExceptionally = new CompletedExceptionally(th, false, 2, null);
|
||||
}
|
||||
if (completedExceptionally != IntrinsicsKt.getCOROUTINE_SUSPENDED() && (makeCompletingOnce$kotlinx_coroutines_core = scopeCoroutine.makeCompletingOnce$kotlinx_coroutines_core(completedExceptionally)) != JobSupportKt.COMPLETING_WAITING_CHILDREN) {
|
||||
if (makeCompletingOnce$kotlinx_coroutines_core instanceof CompletedExceptionally) {
|
||||
CompletedExceptionally completedExceptionally2 = (CompletedExceptionally) makeCompletingOnce$kotlinx_coroutines_core;
|
||||
Throwable th2 = completedExceptionally2.cause;
|
||||
if (!(th2 instanceof TimeoutCancellationException) || ((TimeoutCancellationException) th2).coroutine != scopeCoroutine) {
|
||||
Throwable th3 = completedExceptionally2.cause;
|
||||
Continuation<? super T> continuation = scopeCoroutine.uCont;
|
||||
if (DebugKt.getRECOVER_STACK_TRACES() && (continuation instanceof CoroutineStackFrame)) {
|
||||
throw StackTraceRecoveryKt.recoverFromStackFrame(th3, (CoroutineStackFrame) continuation);
|
||||
}
|
||||
throw th3;
|
||||
}
|
||||
if (completedExceptionally instanceof CompletedExceptionally) {
|
||||
Throwable th4 = ((CompletedExceptionally) completedExceptionally).cause;
|
||||
Continuation<? super T> continuation2 = scopeCoroutine.uCont;
|
||||
if (DebugKt.getRECOVER_STACK_TRACES() && (continuation2 instanceof CoroutineStackFrame)) {
|
||||
throw StackTraceRecoveryKt.recoverFromStackFrame(th4, (CoroutineStackFrame) continuation2);
|
||||
}
|
||||
throw th4;
|
||||
}
|
||||
} else {
|
||||
completedExceptionally = JobSupportKt.unboxState(makeCompletingOnce$kotlinx_coroutines_core);
|
||||
}
|
||||
return completedExceptionally;
|
||||
}
|
||||
return IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
||||
}
|
||||
|
||||
private static final <T> Object undispatchedResult(ScopeCoroutine<? super T> scopeCoroutine, Function1<? super Throwable, Boolean> function1, Function0<? extends Object> function0) {
|
||||
Object completedExceptionally;
|
||||
Object makeCompletingOnce$kotlinx_coroutines_core;
|
||||
try {
|
||||
completedExceptionally = function0.invoke();
|
||||
} catch (Throwable th) {
|
||||
completedExceptionally = new CompletedExceptionally(th, false, 2, null);
|
||||
}
|
||||
if (completedExceptionally != IntrinsicsKt.getCOROUTINE_SUSPENDED() && (makeCompletingOnce$kotlinx_coroutines_core = scopeCoroutine.makeCompletingOnce$kotlinx_coroutines_core(completedExceptionally)) != JobSupportKt.COMPLETING_WAITING_CHILDREN) {
|
||||
if (makeCompletingOnce$kotlinx_coroutines_core instanceof CompletedExceptionally) {
|
||||
CompletedExceptionally completedExceptionally2 = (CompletedExceptionally) makeCompletingOnce$kotlinx_coroutines_core;
|
||||
if (!function1.invoke(completedExceptionally2.cause).booleanValue()) {
|
||||
if (!(completedExceptionally instanceof CompletedExceptionally)) {
|
||||
return completedExceptionally;
|
||||
}
|
||||
Throwable th2 = ((CompletedExceptionally) completedExceptionally).cause;
|
||||
Continuation<? super T> continuation = scopeCoroutine.uCont;
|
||||
if (DebugKt.getRECOVER_STACK_TRACES() && (continuation instanceof CoroutineStackFrame)) {
|
||||
throw StackTraceRecoveryKt.recoverFromStackFrame(th2, (CoroutineStackFrame) continuation);
|
||||
}
|
||||
throw th2;
|
||||
}
|
||||
Throwable th3 = completedExceptionally2.cause;
|
||||
Continuation<? super T> continuation2 = scopeCoroutine.uCont;
|
||||
if (DebugKt.getRECOVER_STACK_TRACES() && (continuation2 instanceof CoroutineStackFrame)) {
|
||||
throw StackTraceRecoveryKt.recoverFromStackFrame(th3, (CoroutineStackFrame) continuation2);
|
||||
}
|
||||
throw th3;
|
||||
}
|
||||
return JobSupportKt.unboxState(makeCompletingOnce$kotlinx_coroutines_core);
|
||||
}
|
||||
return IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
||||
}
|
||||
|
||||
public static final <T> void startCoroutineUnintercepted(Function1<? super Continuation<? super T>, ? extends Object> function1, Continuation<? super T> continuation) {
|
||||
Continuation probeCoroutineCreated = DebugProbesKt.probeCoroutineCreated(continuation);
|
||||
try {
|
||||
Object invoke = ((Function1) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function1, 1)).invoke(probeCoroutineCreated);
|
||||
if (invoke != IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(invoke));
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
Result.Companion companion2 = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(ResultKt.createFailure(th)));
|
||||
}
|
||||
}
|
||||
|
||||
public static final <T> void startCoroutineUndispatched(Function1<? super Continuation<? super T>, ? extends Object> function1, Continuation<? super T> continuation) {
|
||||
Continuation probeCoroutineCreated = DebugProbesKt.probeCoroutineCreated(continuation);
|
||||
try {
|
||||
CoroutineContext context = continuation.getContext();
|
||||
Object updateThreadContext = ThreadContextKt.updateThreadContext(context, null);
|
||||
try {
|
||||
Object invoke = ((Function1) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function1, 1)).invoke(probeCoroutineCreated);
|
||||
if (invoke != IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(invoke));
|
||||
}
|
||||
} finally {
|
||||
ThreadContextKt.restoreThreadContext(context, updateThreadContext);
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
Result.Companion companion2 = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(ResultKt.createFailure(th)));
|
||||
}
|
||||
}
|
||||
|
||||
public static final <R, T> void startCoroutineUndispatched(Function2<? super R, ? super Continuation<? super T>, ? extends Object> function2, R r, Continuation<? super T> continuation) {
|
||||
Continuation probeCoroutineCreated = DebugProbesKt.probeCoroutineCreated(continuation);
|
||||
try {
|
||||
CoroutineContext context = continuation.getContext();
|
||||
Object updateThreadContext = ThreadContextKt.updateThreadContext(context, null);
|
||||
try {
|
||||
Object invoke = ((Function2) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function2, 2)).invoke(r, probeCoroutineCreated);
|
||||
if (invoke != IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(invoke));
|
||||
}
|
||||
} finally {
|
||||
ThreadContextKt.restoreThreadContext(context, updateThreadContext);
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
Result.Companion companion2 = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(ResultKt.createFailure(th)));
|
||||
}
|
||||
}
|
||||
|
||||
private static final <T> void startDirect(Continuation<? super T> continuation, Function1<? super Continuation<? super T>, ? extends Object> function1) {
|
||||
Continuation probeCoroutineCreated = DebugProbesKt.probeCoroutineCreated(continuation);
|
||||
try {
|
||||
Object invoke = function1.invoke(probeCoroutineCreated);
|
||||
if (invoke != IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(invoke));
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
Result.Companion companion2 = Result.INSTANCE;
|
||||
probeCoroutineCreated.resumeWith(Result.m288constructorimpl(ResultKt.createFailure(th)));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user