mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
29 lines
1.1 KiB
Java
29 lines
1.1 KiB
Java
package androidx.work;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* compiled from: Operation.kt */
|
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 176)
|
|
@DebugMetadata(c = "androidx.work.OperationKt", f = "Operation.kt", i = {0}, l = {39}, m = "await", n = {"$this$await$iv"}, s = {"L$0"})
|
|
/* loaded from: classes2.dex */
|
|
public final class OperationKt$await$1 extends ContinuationImpl {
|
|
Object L$0;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public OperationKt$await$1(Continuation<? super OperationKt$await$1> continuation) {
|
|
super(continuation);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
this.result = obj;
|
|
this.label |= Integer.MIN_VALUE;
|
|
return OperationKt.await(null, this);
|
|
}
|
|
}
|