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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.63 by jsr166, Mon Sep 12 17:49:12 2016 UTC vs.
Revision 1.64 by jsr166, Wed Apr 19 23:45:51 2017 UTC

# Line 28 | Line 28 | import java.lang.invoke.VarHandle;
28   * decremented; otherwise, the completion action is performed, and if
29   * this completer itself has a completer, the process is continued
30   * with its completer.  As is the case with related synchronization
31 < * components such as {@link java.util.concurrent.Phaser Phaser} and
32 < * {@link java.util.concurrent.Semaphore Semaphore}, these methods
31 > * components such as {@link Phaser} and {@link Semaphore}, these methods
32   * affect only internal counts; they do not establish any further
33   * internal bookkeeping. In particular, the identities of pending
34   * tasks are not maintained. As illustrated below, you can create

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines