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

Comparing jsr166/src/jsr166y/Phaser.java (file contents):
Revision 1.25 by jsr166, Sun Aug 2 17:02:06 2009 UTC vs.
Revision 1.26 by jsr166, Wed Aug 5 00:54:11 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines