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

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutorService.java21 * <p>An {@code ExecutorService} can be shut down, which will cause
23 * shutting down an {@code ExecutorService}. The {@link #shutdown}
29 * unused {@code ExecutorService} should be shut down to allow
53 * private final ExecutorService pool;
80 * The following method shuts down an {@code ExecutorService} in two phases,
85 * void shutdownAndAwaitTermination(ExecutorService pool) {
105 * {@code ExecutorService}
113 public interface ExecutorService extends Executor { interface in inherits:Executor

Completed in 436 milliseconds