package com.chartboost.sdk.impl;

import java.util.concurrent.ExecutorService;
import java.util.concurrent.ScheduledExecutorService;
import kotlin.Lazy;
import kotlin.LazyKt;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
/* loaded from: classes2.dex */
public final class s4 implements r4 {

    /* renamed from: a  reason: collision with root package name */
    public final Lazy f1810a = LazyKt.lazy(b.b);
    public final Lazy b = LazyKt.lazy(a.b);

    /* loaded from: classes2.dex */
    public static final class b extends Lambda implements Function0 {
        public static final b b = new b();

        public b() {
            super(0);
        }

        @Override // kotlin.jvm.functions.Function0
        /* renamed from: a */
        public final ExecutorService invoke() {
            return p1.a(4, 0L, null, 6, null);
        }
    }

    @Override // com.chartboost.sdk.impl.r4
    public ExecutorService b() {
        return (ExecutorService) this.f1810a.getValue();
    }

    /* loaded from: classes2.dex */
    public static final class a extends Lambda implements Function0 {
        public static final a b = new a();

        public a() {
            super(0);
        }

        @Override // kotlin.jvm.functions.Function0
        /* renamed from: a */
        public final ScheduledExecutorService invoke() {
            return p1.a(0, null, 3, null);
        }
    }

    @Override // com.chartboost.sdk.impl.r4
    public ScheduledExecutorService a() {
        return (ScheduledExecutorService) this.b.getValue();
    }
}
