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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.164 by jsr166, Sun Sep 20 17:03:23 2015 UTC vs.
Revision 1.165 by jsr166, Sun Sep 27 21:36:48 2015 UTC

# Line 1393 | Line 1393 | public class ThreadPoolExecutor extends
1393       *
1394       * <p>There are no guarantees beyond best-effort attempts to stop
1395       * processing actively executing tasks.  This implementation
1396 <     * cancels tasks via {@link Thread#interrupt}, so any task that
1396 >     * interrupts tasks via {@link Thread#interrupt}; any task that
1397       * fails to respond to interrupts may never terminate.
1398       *
1399       * @throws SecurityException {@inheritDoc}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines