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.19 by jsr166, Tue Feb 5 20:09:33 2013 UTC vs.
Revision 1.20 by jsr166, Thu Jun 15 22:46:46 2017 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 + *
32 + * @since 1.5
33   */
34   public interface CompletionService<V> {
35      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines