ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/intro.html
(Generate patch)

Comparing jsr166/src/main/intro.html (file contents):
Revision 1.3 by dl, Sat Jun 7 11:54:08 2003 UTC vs.
Revision 1.4 by dl, Tue Jun 24 14:33:52 2003 UTC

# Line 132 | Line 132 | Five classes aid common special-purpose
132   java.util.concurrent.FairSemaphore} are classic concurrency tools.
133   {@link java.util.concurrent.CountDownLatch} is very simple yet very
134   common utility for blocking until a single signal, event, or condition
135 < holds.  A {link CyclicBarrier} is a resettable multiway
135 > holds.  A {@link CyclicBarrier} is a resettable multiway
136   synchronization point common in some styles of parallel
137   programming. An {@link java.util.concurrent.Exchanger} allows two
138   threads to exchange objects at a rendezvous point.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines