Rabbit-R1/switch port/java/sources/okhttp3/internal/concurrent/TaskQueue$execute$1.java

28 lines
1.1 KiB
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package okhttp3.internal.concurrent;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
/* compiled from: TaskQueue.kt */
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0011\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\t\n\u0000*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H\u0016¨\u0006\u0004"}, d2 = {"okhttp3/internal/concurrent/TaskQueue$execute$1", "Lokhttp3/internal/concurrent/Task;", "runOnce", "", "okhttp"}, k = 1, mv = {1, 4, 0})
/* loaded from: classes3.dex */
public final class TaskQueue$execute$1 extends Task {
final /* synthetic */ Function0 $block;
final /* synthetic */ boolean $cancelable;
final /* synthetic */ String $name;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public TaskQueue$execute$1(Function0 function0, String str, boolean z, String str2, boolean z2) {
super(str2, z2);
this.$block = function0;
this.$name = str;
this.$cancelable = z;
}
@Override // okhttp3.internal.concurrent.Task
public long runOnce() {
this.$block.invoke();
return -1L;
}
}