mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 08:02:37 -06:00
33 lines
1.3 KiB
Java
33 lines
1.3 KiB
Java
|
package kotlinx.coroutines;
|
||
|
|
||
|
import androidx.core.location.LocationRequestCompat;
|
||
|
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: Timeout.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
@DebugMetadata(c = "kotlinx.coroutines.TimeoutKt", f = "Timeout.kt", i = {0, 0, 0}, l = {LocationRequestCompat.QUALITY_LOW_POWER}, m = "withTimeoutOrNull", n = {"block", "coroutine", "timeMillis"}, s = {"L$0", "L$1", "J$0"})
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class TimeoutKt$withTimeoutOrNull$1<T> extends ContinuationImpl {
|
||
|
long J$0;
|
||
|
Object L$0;
|
||
|
Object L$1;
|
||
|
int label;
|
||
|
/* synthetic */ Object result;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public TimeoutKt$withTimeoutOrNull$1(Continuation<? super TimeoutKt$withTimeoutOrNull$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 TimeoutKt.withTimeoutOrNull(0L, null, this);
|
||
|
}
|
||
|
}
|