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.12 by jsr166, Wed Nov 14 20:06:49 2012 UTC vs.
Revision 1.13 by jsr166, Sun Nov 18 18:03:10 2012 UTC

# Line 77 | Line 77 | package jsr166y;
77   * continuations, other threads need not block waiting to perform
78   * them.
79   *
80 < * <p> For example, here is an initial version of a class that uses
80 > * <p>For example, here is an initial version of a class that uses
81   * divide-by-two recursive decomposition to divide work into single
82   * pieces (leaf tasks). Even when work is split into individual calls,
83   * tree-based techniques are usually preferable to directly forking

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines