package F1;

/* JADX INFO: loaded from: classes.dex */
public final class H0 extends E {

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

    private H0() {
    }

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

    @Override // F1.E
    public void u(q1.g gVar, Runnable runnable) {
        android.support.v4.media.a.a(gVar.get(K0.f586b));
        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 // F1.E
    public boolean v(q1.g gVar) {
        return false;
    }
}
