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

Comparing jsr166/src/main/java/util/concurrent/package.html (file contents):
Revision 1.29 by jsr166, Thu Sep 8 21:58:22 2005 UTC vs.
Revision 1.30 by jsr166, Sat Sep 10 22:17:52 2005 UTC

# Line 207 | Line 207 | synchronization. In particular:
207    <tt>CountDownLatch.await</tt> on the same synchronizer object.
208  
209    <li>For each pair of threads that successfully exchange objects via
210 <  an <tt>Exchanger</tt>, actions prior to to the <tt>exchange()</tt>
210 >  an <tt>Exchanger</tt>, actions prior to the <tt>exchange()</tt>
211    in each thread <i>happen-before</i> those subsequent to the
212    corresponding <tt>exchange()</tt> in the other thread.
213  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines