package kotlinx.coroutines.scheduling;

/* JADX INFO: compiled from: Tasks.kt */
/* JADX INFO: loaded from: classes.dex */
public abstract class h implements Runnable {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public long f5271e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public i f5272f;

    public h(long j3, i iVar) {
        this.f5271e = j3;
        this.f5272f = iVar;
    }

    public h() {
        this(0L, l.f5280f);
    }
}
