public class ExecutorUtil extends Object
ExecutorUtil()
static void
execute(Runnable runnable)
static <T> Future<T>
submit(Callable<T> task)
static Future<?>
submit(Runnable task)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorUtil()
public static void execute(Runnable runnable)
public static Future<?> submit(Runnable task)
public static <T> Future<T> submit(Callable<T> task)
Copyright © 2022. All rights reserved.