package h.a;

/* JADX INFO: compiled from: Unconfined.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class e1 extends q {

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

    @Override // h.a.q
    public void e(g.e0.f fVar, Runnable runnable) {
        h1 h1Var = (h1) fVar.get(h1.f4229b);
        if (h1Var == 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.");
        }
        h1Var.f4230e = true;
    }

    @Override // h.a.q
    public String toString() {
        return "Dispatchers.Unconfined";
    }
}
