package kotlinx.coroutines;

/* JADX INFO: loaded from: classes.dex */
public final class s1 extends t {

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

    static {
        new s1();
    }

    @Override // kotlinx.coroutines.t
    public final void L(kotlin.coroutines.h hVar, Runnable runnable) {
        com.google.android.gms.measurement.internal.u1.z(hVar.m(w1.f29571b));
        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.");
    }

    @Override // kotlinx.coroutines.t
    public final t N(int i10) {
        throw new UnsupportedOperationException("limitedParallelism is not supported for Dispatchers.Unconfined");
    }

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