Searched defs:ExecutorService (Results 1 - 1 of 1) sorted by last modified time

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutorService.java50 * <p>An {@code ExecutorService} can be shut down, which will cause
52 * shutting down an {@code ExecutorService}. The {@link #shutdown}
58 * unused {@code ExecutorService} should be shut down to allow
82 * private final ExecutorService pool;
109 * The following method shuts down an {@code ExecutorService} in two phases,
114 * void shutdownAndAwaitTermination(ExecutorService pool) {
134 * {@code ExecutorService}
142 public interface ExecutorService extends Executor { interface in inherits:Executor

Completed in 60 milliseconds