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

Comparing jsr166/src/jsr166y/CountedCompleter.java (file contents):
Revision 1.4 by jsr166, Sun Oct 21 05:22:35 2012 UTC vs.
Revision 1.5 by jsr166, Sun Oct 21 05:28:08 2012 UTC

# Line 27 | Line 27 | package jsr166y;
27   * affect only internal counts; they do not establish any further
28   * internal bookkeeping. In particular, the identities of pending
29   * tasks are not maintained. As illustrated below, you can create
30 < * subclasses that do record some or all pended tasks or their results
31 < * when needed.
30 > * subclasses that do record some or all pending tasks or their
31 > * results when needed.
32   *
33   * <p>A concrete CountedCompleter class must define method {@link
34   * #compute}, that should, in almost all use cases, invoke {@code

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines