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.19 by jsr166, Sun Nov 25 18:39:07 2012 UTC vs.
Revision 1.20 by jsr166, Sun Nov 25 18:45:48 2012 UTC

# Line 133 | Line 133 | package jsr166y;
133   * directly invoke its left task before returning. (This is an analog
134   * of tail recursion removal.)  Also, because the task returns upon
135   * executing its left task (rather than falling through to invoke
136 < * tryComplete) the pending count is set to one:
136 > * {@code tryComplete}) the pending count is set to one:
137   *
138   * <pre> {@code
139   * class ForEach<E> ...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines