package kotlinx.coroutines; /* loaded from: classes5.dex */ public abstract class EventLoopKt { public static final EventLoop createEventLoop() { return new BlockingEventLoop(Thread.currentThread()); } }