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

Comparing jsr166/src/jdk8/java/util/concurrent/CompletionService.java (file contents):
Revision 1.1 by jsr166, Sat Mar 26 06:22:49 2016 UTC vs.
Revision 1.2 by jsr166, Thu Jun 15 22:48:08 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