what-the-bank/sources/okhttp3/internal/concurrent/TaskQueue$schedule$2.java

22 lines
657 B
Java

package okhttp3.internal.concurrent;
import o.InterfaceC14890gbN;
/* loaded from: classes.dex */
public final class TaskQueue$schedule$2 extends Task {
final InterfaceC14890gbN<Long> $block;
final String $name;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public TaskQueue$schedule$2(String str, InterfaceC14890gbN<Long> interfaceC14890gbN) {
super(str, false, 2, null);
this.$name = str;
this.$block = interfaceC14890gbN;
}
@Override // okhttp3.internal.concurrent.Task
public final long runOnce() {
return this.$block.invoke().longValue();
}
}