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.61 by jsr166, Sun Mar 17 22:24:02 2013 UTC vs.
Revision 1.62 by jsr166, Sun Mar 17 22:41:04 2013 UTC

# Line 76 | Line 76 | import java.util.concurrent.locks.LockSu
76   * Executor} or by default the {@link ForkJoinPool#commonPool()}, of a
77   * function or action that will result in the completion of a new
78   * CompletableFuture. To simplify monitoring, debugging, and tracking,
79 < * all generated asynchronous tasks are instances of the tagging
79 > * all generated asynchronous tasks are instances of the marker
80   * interface {@link AsynchronousCompletionTask}.
81   *
82   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines