package kotlinx.coroutines; import d0.w.b; import java.io.Closeable; import java.util.concurrent.Executor; import kotlin.jvm.internal.DefaultConstructorMarker; import s.a.t0; /* compiled from: Executors.kt */ public abstract class ExecutorCoroutineDispatcher extends CoroutineDispatcher implements Closeable { /* compiled from: Executors.kt */ public static final class a extends b { public a(DefaultConstructorMarker defaultConstructorMarker) { super(CoroutineDispatcher.Key, t0.i); } } static { new a(null); } public abstract Executor H(); }