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.38 by jsr166, Thu Aug 25 19:28:17 2005 UTC vs.
Revision 1.39 by jsr166, Sat Aug 27 22:44:54 2005 UTC

# Line 98 | Line 98 | public interface ExecutorService extends
98       *
99       * <p>There are no guarantees beyond best-effort attempts to stop
100       * processing actively executing tasks.  For example, typical
101 <     * implementations will cancel via {@link Thread#interrupt}, so if any
102 <     * tasks mask or fail to respond to interrupts, they may never terminate.
101 >     * implementations will cancel via {@link Thread#interrupt}, so any
102 >     * task that fails to respond to interrupts may never terminate.
103       *
104       * @return list of tasks that never commenced execution
105       * @throws SecurityException if a security manager exists and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines