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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.43 by dl, Tue Jul 2 14:17:32 2013 UTC vs.
Revision 1.44 by dl, Tue Jul 9 13:23:51 2013 UTC

# Line 669 | Line 669 | public abstract class CountedCompleter<T
669       * given number of other unprocessed tasks for which this task is
670       * on the completion path, if any are known to exist.
671       *
672 <     * @param maxTasks the maximum number of tasks to process.
672 >     * @param maxTasks the maximum number of tasks to process.  If
673 >     *                 less than or equal to zero, then no tasks are
674 >     *                 processed.
675       */
676      public final void helpComplete(int maxTasks) {
677          Thread t; ForkJoinWorkerThread wt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines