package com.discord.stores; import java.util.concurrent.ThreadFactory; /* compiled from: StoreStream.kt */ public final class StoreStream$storeThreadScheduler$1 implements ThreadFactory { public static final StoreStream$storeThreadScheduler$1 INSTANCE = new StoreStream$storeThreadScheduler$1(); @Override // java.util.concurrent.ThreadFactory public final Thread newThread(Runnable runnable) { Thread thread = new Thread(runnable, "Main-StoreThread"); thread.setPriority((int) 8.0d); return thread; } }