package f.a.n.g;

import f.a.g;
import java.util.concurrent.ThreadFactory;

/* JADX INFO: compiled from: NewThreadScheduler.java */
/* JADX INFO: loaded from: classes.dex */
public final class e extends f.a.g {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private static final g f903c = new g("RxNewThreadScheduler", Math.max(1, Math.min(10, Integer.getInteger("rx2.newthread-priority", 5).intValue())));
    final ThreadFactory b;

    public e() {
        this(f903c);
    }

    @Override // f.a.g
    public g.c a() {
        return new f(this.b);
    }

    public e(ThreadFactory threadFactory) {
        this.b = threadFactory;
    }
}
