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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.92 by jsr166, Sun Sep 27 18:48:46 2015 UTC vs.
Revision 1.93 by jsr166, Sun Sep 27 21:36:48 2015 UTC

# Line 779 | Line 779 | public class ScheduledThreadPoolExecutor
779       *
780       * <p>There are no guarantees beyond best-effort attempts to stop
781       * processing actively executing tasks.  This implementation
782 <     * cancels tasks via {@link Thread#interrupt}, so any task that
782 >     * interrupts tasks via {@link Thread#interrupt}; any task that
783       * fails to respond to interrupts may never terminate.
784       *
785       * @return list of tasks that never commenced execution.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines