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.

23 lines
655 B

package kotlinx.coroutines.scheduling;
/* renamed from: kotlinx.coroutines.scheduling.c */
/* loaded from: classes.dex */
public final class C1394c extends C1397f {
/* renamed from: k */
public static final C1394c f3097k = new C1394c();
public C1394c() {
super(C1403l.f3109b, C1403l.f3110c, C1403l.f3111d, "DefaultDispatcher");
}
@Override // java.io.Closeable, java.lang.AutoCloseable
public void close() {
throw new UnsupportedOperationException("Dispatchers.Default cannot be closed");
}
@Override // p060t1.AbstractC1717u
public String toString() {
return "Dispatchers.Default";
}
}