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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.92 by dl, Fri Jun 7 23:56:37 2013 UTC vs.
Revision 1.93 by jsr166, Mon Jun 17 17:17:05 2013 UTC

# Line 33 | Line 33 | import java.util.function.Consumer;
33   * Like most other concurrent collection implementations, this class
34   * does not permit the use of {@code null} elements.
35   *
36 < * <p>This implementation employs an efficient &quot;wait-free&quot;
36 > * <p>This implementation employs an efficient <em>non-blocking</em>
37   * algorithm based on one described in <a
38   * href="http://www.cs.rochester.edu/u/michael/PODC96.html"> Simple,
39   * Fast, and Practical Non-Blocking and Blocking Concurrent Queue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines