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

Comparing jsr166/src/main/java/util/concurrent/Phaser.java (file contents):
Revision 1.92 by dl, Mon Dec 19 23:52:56 2016 UTC vs.
Revision 1.93 by jsr166, Wed Apr 19 23:45:51 2017 UTC

# Line 13 | Line 13 | import java.util.concurrent.locks.LockSu
13  
14   /**
15   * A reusable synchronization barrier, similar in functionality to
16 < * {@link java.util.concurrent.CyclicBarrier CyclicBarrier} and
17 < * {@link java.util.concurrent.CountDownLatch CountDownLatch}
18 < * but supporting more flexible usage.
16 > * {@link CyclicBarrier} and {@link CountDownLatch} but supporting
17 > * more flexible usage.
18   *
19   * <p><b>Registration.</b> Unlike the case for other barriers, the
20   * number of parties <em>registered</em> to synchronize on a phaser

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines