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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java53 * A {@code ForkJoinTask} is a thread-like entity that is much
58 * <p>A "main" {@code ForkJoinTask} begins execution when it is
64 * using {@code ForkJoinTask} employ only methods {@link #fork} and
66 * #invokeAll(ForkJoinTask...) invokeAll}. However, this class also
71 * <p>A {@code ForkJoinTask} is a lightweight form of {@link Future}.
72 * The efficiency of {@code ForkJoinTask}s stems from a set of
145 * <p>The ForkJoinTask class is not usually directly subclassed.
151 * other actions. Normally, a concrete ForkJoinTask subclass declares
165 * ForkJoinTask may be atomically <em>tagged</em> with a {@code short}
168 * #getForkJoinTaskTag}. The ForkJoinTask implementatio
208 public abstract class ForkJoinTask<V> implements Future<V>, Serializable { class in inherits:Future,Serializable
[all...]

Completed in 5 milliseconds