Searched defs:ExecutorService (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutorService.java20 * <p>An {@code ExecutorService} can be shut down, which will cause
22 * shutting down an {@code ExecutorService}. The {@link #shutdown}
28 * unused {@code ExecutorService} should be shut down to allow
52 * private final ExecutorService pool;
79 * The following method shuts down an {@code ExecutorService} in two phases,
84 * void shutdownAndAwaitTermination(ExecutorService pool) {
104 * {@code ExecutorService}
112 public interface ExecutorService extends Executor { interface in inherits:Executor

Completed in 56 milliseconds