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.

21 lines
530 B

package kotlinx.coroutines.scheduling;
/* renamed from: kotlinx.coroutines.scheduling.h */
/* loaded from: classes.dex */
public abstract class AbstractRunnableC1399h implements Runnable {
/* renamed from: d */
public long f3104d;
/* renamed from: e */
public InterfaceC1400i f3105e;
public AbstractRunnableC1399h() {
this(0L, C1403l.f3113f);
}
public AbstractRunnableC1399h(long j, InterfaceC1400i interfaceC1400i) {
this.f3104d = j;
this.f3105e = interfaceC1400i;
}
}