package d2;

/* JADX INFO: compiled from: Unconfined.kt */
/* JADX INFO: loaded from: classes.dex */
public final class o1 extends u {

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

    private o1() {
    }

    @Override // d2.u
    public void d(n1.f fVar, Runnable runnable) {
        if (((r1) fVar.get(r1.f4526e)) == 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.");
        }
    }

    @Override // d2.u
    public boolean g(n1.f fVar) {
        return false;
    }

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