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

Comparing jsr166/src/main/java/util/concurrent/CompletionService.java (file contents):
Revision 1.10 by brian, Fri Sep 2 01:10:52 2005 UTC vs.
Revision 1.11 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 24 | Line 24 | package java.util.concurrent;
24   * queue. The {@link ExecutorCompletionService} class provides an
25   * implementation of this approach.
26   *
27 < * <p> Memory visibility effects: State changes to the value returned from
27 > * <p> Memory consistency effects: State changes to the value returned from
28   * a <tt>Callable</tt> <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
29   * actions following a successful return from the corresponding <tt>take()</tt>.
30   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines