package com.airbnb.deeplinkdispatch; import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import o.C14957gcv; /* loaded from: classes.dex */ public final class DeepLinkDispatch { public static final DeepLinkDispatch INSTANCE = new DeepLinkDispatch(); private static Executor validationExecutor; public static /* synthetic */ void getValidationExecutor$annotations() { } private DeepLinkDispatch() { } static { ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor(); C14957gcv.c(newSingleThreadExecutor, ""); validationExecutor = newSingleThreadExecutor; } public static final void setValidationExecutor(Executor executor) { C14957gcv.e(executor, ""); validationExecutor = executor; } public static final Executor getValidationExecutor() { return validationExecutor; } }