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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutor.java42 * use, scheduling, etc. An {@code Executor} is normally used
48 * Executor executor = anExecutor();
53 * However, the {@code Executor} interface does not strictly require
58 * class DirectExecutor implements Executor {
69 * class ThreadPerTaskExecutor implements Executor {
75 * Many {@code Executor} implementations impose some sort of
81 * class SerialExecutor implements Executor {
83 * final Executor executor;
86 * SerialExecutor(Executor executor) {
112 * The {@code Executor} implementation
126 public interface Executor { interface
[all...]

Completed in 236 milliseconds