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.8 by jsr166, Fri Aug 26 02:14:54 2005 UTC vs.
Revision 1.9 by brian, Fri Sep 2 01:03:08 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines