mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
32 lines
1.1 KiB
Java
32 lines
1.1 KiB
Java
|
package kotlinx.coroutines;
|
||
|
|
||
|
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: Await.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
@DebugMetadata(c = "kotlinx.coroutines.AwaitKt", f = "Await.kt", i = {0}, l = {54}, m = "joinAll", n = {"$this$forEach$iv"}, s = {"L$0"})
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class AwaitKt$joinAll$1 extends ContinuationImpl {
|
||
|
int I$0;
|
||
|
int I$1;
|
||
|
Object L$0;
|
||
|
int label;
|
||
|
/* synthetic */ Object result;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public AwaitKt$joinAll$1(Continuation<? super AwaitKt$joinAll$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 AwaitKt.joinAll((Job[]) null, this);
|
||
|
}
|
||
|
}
|