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

Comparing jsr166/src/main/java/util/concurrent/CompletableFuture.java (file contents):
Revision 1.110 by dl, Sat May 3 14:04:41 2014 UTC vs.
Revision 1.111 by jsr166, Sat May 3 16:33:47 2014 UTC

# Line 137 | Line 137 | public class CompletableFuture<T> implem
137       *
138       * Methods with two sources (for example thenCombine) must deal
139       * with races across both while pushing actions.  The second
140 <     * completion is an CoCompletion pointing to the first, shared
140 >     * completion is a CoCompletion pointing to the first, shared
141       * to ensure that at most one claims and performs the action.  The
142       * multiple-arity method allOf does this pairwise to form a tree
143       * of completions. (Method anyOf just uses a depth-one Or tree.)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines