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

Comparing jsr166/src/main/java/util/concurrent/Future.java (file contents):
Revision 1.29 by brian, Fri Sep 2 01:03:08 2005 UTC vs.
Revision 1.30 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 57 | Line 57 | import java.util.concurrent.*; // for ja
57   *     executor.execute(future);
58   * </pre>
59   *
60 + * <p> Memory consistency effects: State changes to a <tt>Future</tt>
61 + * that <a href="package-summary.html#MemoryVisibility">
62 + * <i>happen-before</i></a> it is made available
63 + * <i>happen-before</i> access via <tt>Future.get()</tt>.
64 + *
65   * @see FutureTask
66   * @see Executor
67   * @since 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines