You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
package p060t1;
|
|
|
|
import p012d1.InterfaceC0633f;
|
|
|
|
/* renamed from: t1.k1 */
|
|
/* loaded from: classes.dex */
|
|
public final class C1690k1 extends AbstractC1717u {
|
|
|
|
/* renamed from: e */
|
|
public static final C1690k1 f3919e = new C1690k1();
|
|
|
|
@Override // p060t1.AbstractC1717u
|
|
/* renamed from: d */
|
|
public void mo478d(InterfaceC0633f interfaceC0633f, Runnable runnable) {
|
|
C1701n1 c1701n1 = (C1701n1) interfaceC0633f.get(C1701n1.f3934e);
|
|
if (c1701n1 == 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.");
|
|
}
|
|
c1701n1.f3935d = true;
|
|
}
|
|
|
|
@Override // p060t1.AbstractC1717u
|
|
/* renamed from: f */
|
|
public boolean mo477f(InterfaceC0633f interfaceC0633f) {
|
|
return false;
|
|
}
|
|
|
|
@Override // p060t1.AbstractC1717u
|
|
public String toString() {
|
|
return "Dispatchers.Unconfined";
|
|
}
|
|
} |