ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.26 by jsr166, Thu Sep 16 03:57:13 2010 UTC vs.
Revision 1.27 by jsr166, Fri Sep 17 01:24:26 2010 UTC

# Line 26 | Line 26 | import java.util.WeakHashMap;
26   * start other subtasks.  As indicated by the name of this class,
27   * many programs using {@code ForkJoinTask} employ only methods
28   * {@link #fork} and {@link #join}, or derivatives such as {@link
29 < * #invokeAll}.  However, this class also provides a number of other
30 < * methods that can come into play in advanced usages, as well as
31 < * extension mechanics that allow support of new forms of fork/join
32 < * processing.
29 > * #invokeAll(ForkJoinTask...) invokeAll}.  However, this class also
30 > * provides a number of other methods that can come into play in
31 > * advanced usages, as well as extension mechanics that allow
32 > * support of new forms of fork/join processing.
33   *
34   * <p>A {@code ForkJoinTask} is a lightweight form of {@link Future}.
35   * The efficiency of {@code ForkJoinTask}s stems from a set of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines