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.5 by jsr166, Mon Aug 3 01:18:07 2009 UTC vs.
Revision 1.6 by jsr166, Wed Aug 5 01:52:34 2009 UTC

# Line 30 | Line 30 | import java.util.concurrent.locks.LockSu
30   * zero, and advancing when all parties reach the barrier (wrapping
31   * around to zero after reaching {@code Integer.MAX_VALUE}).
32   *
33 < * <li> Like a {@code CyclicBarrier}, a Phaser may be repeatedly
33 > * <li> Like a {@code CyclicBarrier}, a phaser may be repeatedly
34   * awaited.  Method {@link #arriveAndAwaitAdvance} has effect
35   * analogous to {@link java.util.concurrent.CyclicBarrier#await
36   * CyclicBarrier.await}.  However, phasers separate two aspects of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines