what-the-bank/sources/okhttp3/internal/concurrent/TaskQueue$execute$1.java

26 lines
745 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package okhttp3.internal.concurrent;
import o.C14866gag;
import o.InterfaceC14890gbN;
/* loaded from: classes.dex */
public final class TaskQueue$execute$1 extends Task {
final InterfaceC14890gbN<C14866gag> $block;
final boolean $cancelable;
final String $name;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public TaskQueue$execute$1(String str, boolean z, InterfaceC14890gbN<C14866gag> interfaceC14890gbN) {
super(str, z);
this.$name = str;
this.$cancelable = z;
this.$block = interfaceC14890gbN;
}
@Override // okhttp3.internal.concurrent.Task
public final long runOnce() {
this.$block.invoke();
return -1L;
}
}