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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DExecutorService.java18 * <p> An <tt>ExecutorService</tt> can be shut down, which will cause
20 * shutting down an <tt>ExecutorService</tt>. The {@link #shutdown}
26 * unused <tt>ExecutorService</tt> should be shut down to allow
50 * private final ExecutorService pool;
78 * The following method shuts down an <tt>ExecutorService</tt> in two phases,
83 * void shutdownAndAwaitTermination(ExecutorService pool) {
104 * {@code ExecutorService}
112 public interface ExecutorService extends Executor { interface in inherits:Executor
124 * shutting down this ExecutorService may manipulate
149 * shutting down this ExecutorService ma
[all...]

Completed in 52 milliseconds