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

Comparing jsr166/src/main/java/util/concurrent/CyclicBarrier.java (file contents):
Revision 1.9 by tim, Fri Aug 8 20:05:07 2003 UTC vs.
Revision 1.10 by tim, Sat Aug 23 19:47:29 2003 UTC

# Line 8 | Line 8 | package java.util.concurrent;
8   import java.util.concurrent.locks.*;
9  
10   /**
11 < * A synchronization aid that allows a set threads to all wait for
11 > * A synchronization aid that allows a set of threads to all wait for
12   * each other to reach a common barrier point.  CyclicBarriers are
13   * useful in programs involving a fixed sized party of threads that
14   * must occasionally wait for each other. The barrier is called

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines