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.39 by jsr166, Mon Jun 3 16:40:53 2013 UTC vs.
Revision 1.40 by jsr166, Thu Jun 6 00:40:13 2013 UTC

# Line 587 | Line 587 | public abstract class CountedCompleter<T
587       * used as an argument to {@link #setRawResult} before invoking
588       * {@link #onCompletion(CountedCompleter)} or marking this task
589       * as complete; its value is meaningful only for classes
590 <     * overriding {@code setRawResult}.
590 >     * overriding {@code setRawResult}.  This method does not modify
591 >     * the pending count.
592       *
593       * <p>This method may be useful when forcing completion as soon as
594       * any one (versus all) of several subtask results are obtained.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines