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.102 by jsr166, Sat Mar 11 18:37:22 2017 UTC vs.
Revision 1.103 by jsr166, Wed Mar 22 20:19:55 2017 UTC

# Line 58 | Line 58 | import java.util.concurrent.locks.Reentr
58   * use {@code allowCoreThreadTimeOut} because this may leave the pool
59   * without threads to handle tasks once they become eligible to run.
60   *
61 + * <p>As with {@code ThreadPoolExecutor}, if not otherwise specified,
62 + * this class uses {@link Executors#defaultThreadFactory} as the
63 + * default thread factory, and {@link ThreadPoolExecutor.AbortPolicy}
64 + * as the default rejected execution handler.
65 + *
66   * <p><b>Extension notes:</b> This class overrides the
67   * {@link ThreadPoolExecutor#execute(Runnable) execute} and
68   * {@link AbstractExecutorService#submit(Runnable) submit}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines