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

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.24 by dl, Sun Jan 11 23:19:55 2004 UTC vs.
Revision 1.25 by dl, Sun Feb 8 15:35:10 2004 UTC

# Line 12 | Line 12 | import java.security.PrivilegedAction;
12   import java.security.PrivilegedExceptionAction;
13  
14   /**
15 < * An {@link Executor} that provides methods to manage termination, and
15 > * An {@link Executor} that provides methods to manage termination and
16   * methods that can produce a {@link Future} for tracking progress of
17 < * one or more asynchronous tasks.  <p>
17 > * one or more asynchronous tasks.  
18   *
19 + * <p>
20   * An <tt>ExecutorService</tt> can be shut down, which will cause it
21   * to stop accepting new tasks.  After being shut down, the executor
22   * will eventually terminate, at which point no tasks are actively

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines