package kotlinx.coroutines.q2;

import h.z.n;
import kotlinx.coroutines.i0;
import kotlinx.coroutines.o2.r;
import kotlinx.coroutines.o2.t;

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

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public static final b f1141k = new b();
    private static final i0 l = new e(f1141k, t.d("kotlinx.coroutines.io.parallelism", n.b(64, r.a()), 0, 0, 12, null), "Dispatchers.IO", 1);

    private b() {
        super(0, 0, null, 7, null);
    }

    public final i0 P() {
        return l;
    }

    @Override // java.io.Closeable, java.lang.AutoCloseable
    public void close() {
        throw new UnsupportedOperationException("Dispatchers.Default cannot be closed");
    }

    @Override // kotlinx.coroutines.i0
    public String toString() {
        return "Dispatchers.Default";
    }
}
