public final class ExecutorWrapper extends Object
ExecutorWrapper()
static void
shutdown()
static List<Runnable>
shutdownNow()
static <T extends ExecutorService>T
wrap(T executorService)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorWrapper()
public static final <T extends ExecutorService> T wrap(T executorService)
public static void shutdown()
public static List<Runnable> shutdownNow()
Copyright © 2018. All rights reserved.