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

Comparing jsr166/src/main/java/util/concurrent/Executor.java (file contents):
Revision 1.23 by dl, Thu Sep 8 00:04:00 2005 UTC vs.
Revision 1.24 by dl, Tue Sep 13 10:45:51 2005 UTC

# Line 88 | Line 88 | package java.util.concurrent;
88   * extensible thread pool implementation. The {@link Executors} class
89   * provides convenient factory methods for these Executors.
90   *
91 < * Memory consistency effects: State changes to a <tt>Runnable</tt>
91 > * <p>Memory consistency effects: State changes to a <tt>Runnable</tt>
92   * object made prior to submission to an <tt>Executor</tt> <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
93   * its execution.
94   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines