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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.20 by dl, Wed Aug 11 20:28:31 2010 UTC vs.
Revision 1.21 by dl, Fri Aug 13 16:21:45 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines