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.7 by dl, Sat Dec 29 18:13:39 2012 UTC vs.
Revision 1.8 by jsr166, Sat Dec 29 19:17:00 2012 UTC

# Line 45 | Line 45 | import java.util.concurrent.locks.LockSu
45   *
46   * <p>CompletableFutures themselves do not execute asynchronously.
47   * However, the {@code async} methods provide commonly useful ways to
48 < * to commence asynchronous processing, using either a given {@link
48 > * commence asynchronous processing, using either a given {@link
49   * Executor} or by default the {@link ForkJoinPool#commonPool()}, of a
50   * function or action that will result in the completion of a new
51   * CompletableFuture.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines