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

Comparing jsr166/src/main/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.87 by jsr166, Tue Feb 21 01:54:03 2012 UTC vs.
Revision 1.88 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 33 | Line 33 | import java.util.*;
33   * in another thread in order to hand it some information, event, or
34   * task.
35   *
36 < * <p> This class supports an optional fairness policy for ordering
36 > * <p>This class supports an optional fairness policy for ordering
37   * waiting producer and consumer threads.  By default, this ordering
38   * is not guaranteed. However, a queue constructed with fairness set
39   * to <tt>true</tt> grants threads access in FIFO order.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines