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.15 by jsr166, Thu Nov 24 02:35:12 2011 UTC vs.
Revision 1.16 by jsr166, Sun Oct 21 06:14:11 2012 UTC

# Line 28 | Line 28 | package java.util.concurrent;
28   * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
29   * actions taken by that task, which in turn <i>happen-before</i>
30   * actions following a successful return from the corresponding {@code take()}.
31 *
31   */
32   public interface CompletionService<V> {
33      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines