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.8 by jsr166, Sat Dec 29 19:17:00 2012 UTC vs.
Revision 1.9 by jsr166, Sat Dec 29 19:24:01 2012 UTC

# Line 61 | Line 61 | public class CompletableFuture<T> implem
61       * used to box null as a result, as well as to hold exceptions.
62       *
63       * 2. Waiters are held in a Treiber stack similar to the one used
64 <     * in FutureTask
64 >     * in FutureTask.
65       *
66       * 3. Completions are also kept in a list/stack, and pulled off
67       * and run when completion is triggered.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines