ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.62 by dl, Wed Aug 11 20:28:22 2010 UTC vs.
Revision 1.63 by dl, Fri Aug 13 16:21:23 2010 UTC

# Line 1271 | Line 1271 | public class ForkJoinPool extends Abstra
1271  
1272      /**
1273       * Performs the given task, returning its result upon completion.
1274     * If the caller is already engaged in a fork/join computation in
1275     * the current pool, this method is equivalent in effect to
1276     * {@link ForkJoinTask#invoke}.
1274       *
1275       * @param task the task
1276       * @return the task's result

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines