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.

14 lines
341 B

package kotlinx.coroutines.internal;
import java.util.List;
import p060t1.AbstractC1669d1;
/* renamed from: kotlinx.coroutines.internal.o */
/* loaded from: classes.dex */
public interface InterfaceC1376o {
AbstractC1669d1 createDispatcher(List<? extends InterfaceC1376o> list);
int getLoadPriority();
String hintOnError();
}