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.36 by dl, Thu May 23 10:36:03 2013 UTC vs.
Revision 1.37 by jsr166, Thu May 30 05:58:22 2013 UTC

# Line 359 | Line 359 | package java.util.concurrent;
359   *
360   * <p><b>Triggers.</b> Some CountedCompleters are themselves never
361   * forked, but instead serve as bits of plumbing in other designs;
362 < * including those in which the completion of one of more async tasks
362 > * including those in which the completion of one or more async tasks
363   * triggers another async task. For example:
364   *
365   * <pre> {@code

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines