package be;

import java.util.concurrent.Executor;
import kotlin.coroutines.EmptyCoroutineContext;
import kotlinx.coroutines.internal.u;
import kotlinx.coroutines.r0;
import kotlinx.coroutines.t;

/* JADX INFO: loaded from: classes.dex */
public final class c extends r0 implements Executor {

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final t f4831d;

    static {
        k kVar = k.f4846c;
        int i10 = u.f29489a;
        if (64 >= i10) {
            i10 = 64;
        }
        f4831d = kVar.N(kotlinx.coroutines.flow.h.P("kotlinx.coroutines.io.parallelism", i10, 0, 0, 12));
    }

    @Override // kotlinx.coroutines.t
    public final void L(kotlin.coroutines.h hVar, Runnable runnable) {
        f4831d.L(hVar, runnable);
    }

    @Override // kotlinx.coroutines.t
    public final t N(int i10) {
        return k.f4846c.N(1);
    }

    @Override // kotlinx.coroutines.r0
    public final Executor O() {
        return this;
    }

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

    @Override // java.util.concurrent.Executor
    public final void execute(Runnable runnable) {
        L(EmptyCoroutineContext.f29221a, runnable);
    }

    @Override // kotlinx.coroutines.t
    public final String toString() {
        return "Dispatchers.IO";
    }
}
