package V4;

/* JADX INFO: loaded from: classes3.dex */
public final class K0 extends AbstractC0786y {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ int f8254b = 0;

    static {
        new K0();
    }

    @Override // V4.AbstractC0786y
    public final void c(A4.j jVar, Runnable runnable) {
        O0 o02 = (O0) jVar.get(O0.f8261b);
        if (o02 == null) {
            throw new UnsupportedOperationException("Dispatchers.Unconfined.dispatch function can only be used by the yield function. If you wrap Unconfined dispatcher in your code, make sure you properly delegate isDispatchNeeded and dispatch calls.");
        }
        o02.f8262a = true;
    }

    @Override // V4.AbstractC0786y
    public final AbstractC0786y i(int i6) {
        throw new UnsupportedOperationException("limitedParallelism is not supported for Dispatchers.Unconfined");
    }

    @Override // V4.AbstractC0786y
    public final String toString() {
        return "Dispatchers.Unconfined";
    }
}
