29 lines
752 B
Java
29 lines
752 B
Java
package o;
|
|
|
|
import java.util.concurrent.Executor;
|
|
|
|
/* renamed from: o.arK, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C3107arK {
|
|
private static final Executor e = new Executor() { // from class: o.arK.4
|
|
@Override // java.util.concurrent.Executor
|
|
public final void execute(Runnable runnable) {
|
|
FKd.e(runnable);
|
|
}
|
|
};
|
|
private static final Executor d = new Executor() { // from class: o.arK.1
|
|
@Override // java.util.concurrent.Executor
|
|
public final void execute(Runnable runnable) {
|
|
runnable.run();
|
|
}
|
|
};
|
|
|
|
public static Executor d() {
|
|
return e;
|
|
}
|
|
|
|
public static Executor e() {
|
|
return d;
|
|
}
|
|
}
|