You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.5 KiB

package kotlinx.coroutines.scheduling;
import java.util.concurrent.Executor;
import kotlinx.coroutines.internal.C1385x;
import kotlinx.coroutines.internal.C1387z;
import p012d1.C0639g;
import p012d1.InterfaceC0633f;
import p048p1.C1543e;
import p060t1.AbstractC1706p0;
import p060t1.AbstractC1717u;
/* renamed from: kotlinx.coroutines.scheduling.b */
/* loaded from: classes.dex */
public final class ExecutorC1393b extends AbstractC1706p0 implements Executor {
/* renamed from: f */
public static final ExecutorC1393b f3095f = new ExecutorC1393b();
/* renamed from: g */
public static final AbstractC1717u f3096g;
static {
int m1469d;
C1404m c1404m = C1404m.f3115e;
m1469d = C1387z.m1469d("kotlinx.coroutines.io.parallelism", C1543e.m1092a(64, C1385x.m1481a()), 0, 0, 12, null);
f3096g = c1404m.m512i(m1469d);
}
@Override // java.io.Closeable, java.lang.AutoCloseable
public void close() {
throw new IllegalStateException("Cannot be invoked on Dispatchers.IO".toString());
}
@Override // p060t1.AbstractC1717u
/* renamed from: d */
public void mo478d(InterfaceC0633f interfaceC0633f, Runnable runnable) {
f3096g.mo478d(interfaceC0633f, runnable);
}
@Override // java.util.concurrent.Executor
public void execute(Runnable runnable) {
mo478d(C0639g.f2162d, runnable);
}
@Override // p060t1.AbstractC1717u
public String toString() {
return "Dispatchers.IO";
}
}