package kotlinx.coroutines.scheduling;

import F1.E;
import kotlinx.coroutines.internal.s;
import kotlinx.coroutines.internal.u;

/* JADX INFO: loaded from: classes2.dex */
public final class b extends c {

    /* JADX INFO: renamed from: L, reason: collision with root package name */
    public static final b f5209L;

    /* JADX INFO: renamed from: M, reason: collision with root package name */
    private static final E f5210M;

    static {
        b bVar = new b();
        f5209L = bVar;
        f5210M = new e(bVar, u.d("kotlinx.coroutines.io.parallelism", kotlin.ranges.m.b(64, s.a()), 0, 0, 12, null), "Dispatchers.IO", 1);
    }

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

    public final E A() {
        return f5210M;
    }

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

    @Override // F1.E
    public String toString() {
        return "Dispatchers.Default";
    }
}
