36 lines
1.2 KiB
Java
36 lines
1.2 KiB
Java
package o;
|
|
|
|
/* renamed from: o.gfW, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C15040gfW extends AbstractC15004geU {
|
|
public static final C15040gfW a = new C15040gfW();
|
|
|
|
@Override // o.AbstractC15004geU
|
|
public final boolean c() {
|
|
return false;
|
|
}
|
|
|
|
private C15040gfW() {
|
|
}
|
|
|
|
@Override // o.AbstractC15004geU
|
|
public final AbstractC15004geU c(int i) {
|
|
throw new UnsupportedOperationException("limitedParallelism is not supported for Dispatchers.Unconfined");
|
|
}
|
|
|
|
@Override // o.AbstractC15004geU
|
|
public final void d(InterfaceC14912gbn interfaceC14912gbn, Runnable runnable) {
|
|
gfU gfu = (gfU) interfaceC14912gbn.get(gfU.b);
|
|
if (gfu != null) {
|
|
gfu.a = true;
|
|
return;
|
|
}
|
|
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 // o.AbstractC15004geU
|
|
public final String toString() {
|
|
return "Dispatchers.Unconfined";
|
|
}
|
|
}
|