package kotlinx.coroutines.scheduling;

import d2.t0;
import d2.u;
import java.util.concurrent.Executor;
import kotlinx.coroutines.internal.c0;
import kotlinx.coroutines.internal.e0;

/* JADX INFO: compiled from: Dispatcher.kt */
/* JADX INFO: loaded from: classes.dex */
public final class b extends t0 implements Executor {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final b f5262f = new b();

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private static final u f5263g = m.f5282f.i(e0.d("kotlinx.coroutines.io.parallelism", z1.f.a(64, c0.a()), 0, 0, 12, null));

    private b() {
    }

    @Override // java.io.Closeable, java.lang.AutoCloseable
    public void close() {
        throw new IllegalStateException("Cannot be invoked on Dispatchers.IO".toString());
    }

    @Override // d2.u
    public void d(n1.f fVar, Runnable runnable) {
        f5263g.d(fVar, runnable);
    }

    @Override // java.util.concurrent.Executor
    public void execute(Runnable runnable) {
        d(n1.g.f5679e, runnable);
    }

    @Override // d2.u
    public String toString() {
        return "Dispatchers.IO";
    }
}
