ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletionStage.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CompletionStage.java (file contents):
Revision 1.21 by jsr166, Sun Nov 15 04:51:51 2015 UTC vs.
Revision 1.22 by jsr166, Sun Nov 15 04:53:31 2015 UTC

# Line 37 | Line 37 | import java.util.function.Function;
37   * <em>both</em> of two stages may <em>combine</em> their results or
38   * effects, using correspondingly named methods. Those triggered by
39   * <em>either</em> of two stages make no guarantees about which of the
40 < * results or effects are used for the dependent stage's
41 < * computation.
40 > * results or effects are used for the dependent stage's computation.
41   *
42   * <li>Dependencies among stages control the triggering of
43   * computations, but do not otherwise guarantee any particular

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines