ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java
Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Thu Mar 30 20:38:51 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.110: +55 -36 lines
Diff to previous 1.110
rework the spec for periodic task execution after shutdown

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Mar 30 20:11:50 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
add "not-yet-expired" to internal spec for clarity

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Mar 29 15:03:09 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.108: +16 -12 lines
Diff to previous 1.108
another round of clarifications to periodic task spec

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 23:09:10 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.107: +32 -6 lines
Diff to previous 1.107
clarify behavior of periodic tasks

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 18:13:10 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.106: +31 -35 lines
Diff to previous 1.106
fix 8177632 and 8176254

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 00:41:44 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.105: +6 -6 lines
Diff to previous 1.105
align drainTo implementations

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 00:02:18 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.104: +7 -1 lines
Diff to previous 1.104
DelayedWorkQueue.iterator must hold lock

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 23:53:02 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.103: +4 -30 lines
Diff to previous 1.103
drainTo(Collection) should delegate to drainTo(Collection, int) as done elsewhere

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 20:19:55 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.102: +5 -0 lines
Diff to previous 1.102
clarify default rejected execution handler and thread factory

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 18:37:22 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +1 -1 lines
Diff to previous 1.101
make some methods static as suggested by errorprone [MethodCanBeStatic]

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 03:46:37 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +1 -2 lines
Diff to previous 1.100
use idiom: lastRet = cursor++

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 20:49:49 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +3 -0 lines
Diff to previous 1.99
document benign racy read in ScheduledFutureTask.cancel

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 19:54:03 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +6 -7 lines
Diff to previous 1.98
improve some comments

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Wed Oct 14 04:42:50 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +2 -9 lines
Diff to previous 1.97
delete now(); doesn't pull its weight

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 16:49:28 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
tck test and bug fix for https://bugs.openjdk.java.net/browse/JDK-8051859

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 18:17:51 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +6 -6 lines
Diff to previous 1.95
compare longs against 0L, not 0

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 20:46:47 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +6 -2 lines
Diff to previous 1.94
getQueue: copy shared usage advice from ThreadPoolExecutor#getQueue

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 01:46:55 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
fix minor copy-pasta javadoc bug

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 21:36:48 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
clarify that shutdownNow does not cancel tasks in the "Future.cancel" sense

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 18:48:46 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +2 -1 lines
Diff to previous 1.91
propagate queue-draining promise from ThreadPoolExecutor#shutdownNow to ScheduledThreadPoolExecutor

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 16:14:27 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90
kill mysterious bridge methods by s/ScheduledFutureTask.super/super/

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 06:06:30 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
kill another bridge method

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 03:26:13 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +16 -10 lines
Diff to previous 1.88
pass the sequence number as an explicit arg to ScheduledFutureTask constructor

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 15:05:36 2015 UTC (9 years ago) by dl
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
Avoid possibility of stale getDelay

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 22:51:09 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +3 -4 lines
Diff to previous 1.86
bytecode golf

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 19:01:11 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85
optimize out redundant field initializers

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
standardize code sample idiom: * <pre> {@code

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 19:29:22 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +9 -9 lines
Diff to previous 1.83
generate more readable html for @links

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:14 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +5 -4 lines
Diff to previous 1.82
standardize import statement order

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 21:55:44 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +7 -1 lines
Diff to previous 1.81
never use wildcard imports

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 18:30:25 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +1 -1 lines
Diff to previous 1.80
now() should be static

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 21:15:44 2014 UTC (10 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
remove redundant initializations to null or 0

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 22:39:02 2014 UTC (10 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.78: +4 -4 lines
Diff to previous 1.78
more consistent constructor javadoc

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 22:13:35 2014 UTC (10 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.77: +25 -4 lines
Diff to previous 1.77
fix busy-wait when corePoolSize is zero and queued task is present

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 20:33:25 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +15 -11 lines
Diff to previous 1.76
clarify nature of ScheduledFuture elements in queue

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 22:36:25 2014 UTC (10 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
prefer <Void> to <?>

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 14:03:53 2014 UTC (10 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +28 -27 lines
Diff to previous 1.74
tidy internal documentation

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 23:06:34 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
fix [rawtypes] warnings from very recent javac8

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 01:10:10 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
small internal doc improvement

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:13:42 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +2 -0 lines
Diff to previous 1.71
doclint warning fixes

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 22:56:47 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +3 -1 lines
Diff to previous 1.70
Waiting threads should not retain a reference to the first task in queue

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed May 15 02:39:59 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
consistent use of "@return {@code true}"

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 08:09:37 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
javadoc link readability

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 19:54:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
javadoc style

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 07:21:05 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
javadoc punctuation

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 01:54:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +6 -6 lines
Diff to previous 1.65
use third person in javadoc first sentence

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 01:34:05 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
javadoc consistency

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 01:26:24 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +1 -2 lines
Diff to previous 1.63
coding style

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Wed Sep 21 13:52:48 2011 UTC (12 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
Ensure at least one thread even if core 0 in STPE

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 21:01:06 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +30 -27 lines
Diff to previous 1.61
make drainTo methods more robust when c.add throws

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 06:28:33 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +26 -26 lines
Diff to previous 1.60
fix javac 7 [rawtypes] warnings

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 01:29:30 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
use nullary AtomicFoo constructors when possible

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Mon May 30 23:08:50 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
Fix outdated internal comment

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Update Creative Commons license URL in legal notices

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 04:01:11 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +5 -1 lines
Diff to previous 1.56
delayed tasks not cancelled on shutdown when ExecuteExistingDelayedTasksAfterShutdown set false

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 18:52:23 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +4 -4 lines
Diff to previous 1.55
whitespace

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:28:36 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
<code> => @code

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:08:19 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +38 -32 lines
Diff to previous 1.53
6725789: ScheduledExecutorService does not work as expected in jdk7/6/5

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:43:44 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +6 -6 lines
Diff to previous 1.52
whitespace

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:23:17 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
whitespace

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Sep 16 10:45:05 2008 UTC (15 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.50: +14 -6 lines
Diff to previous 1.50
Clarify happens-before

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 15:38:49 2008 UTC (15 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.49: +31 -12 lines
Diff to previous 1.49
Avoid numerical overflow for trigger times

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon May 19 01:13:14 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.48: +17 -7 lines
Diff to previous 1.48
6620549: ExecutorService#shutdown should clearly state that it does not block

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.47: +123 -123 lines
Diff to previous 1.47
Sync with OpenJDK; untabify

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 23:17:51 2007 UTC (16 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 20:08:07 2007 UTC (16 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +105 -66 lines
Diff to previous 1.45
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 01:04:35 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +58 -62 lines
Diff to previous 1.44
6602600: Fast removal of cancelled scheduled thread pool tasks

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 21:35:10 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +20 -11 lines
Diff to previous 1.43
6560953: Periodic tasks of ScheduledThreadPoolExecutor are not decorated on a second run

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 16:07:19 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42
tidying

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 21:16:06 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +29 -31 lines
Diff to previous 1.41
tidying

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 00:11:20 2007 UTC (17 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.40: +40 -6 lines
Diff to previous 1.40
Added setRemoveOnCancelPolicy

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Feb 18 23:16:35 2007 UTC (17 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.39: +439 -42 lines
Diff to previous 1.39
Faster task cancellation and removal

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:43:07 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +125 -119 lines
Diff to previous 1.38
TPE/STPE review rework

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 06:04:35 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
minor fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 23:30:36 2006 UTC (17 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.36: +167 -70 lines
Diff to previous 1.36
Internal refactoring

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:08:04 2006 UTC (18 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35
Updated Navigable interfaces ind implementations

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
6378729: Remove workaround for 6280605

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 00:13:36 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.33: +15 -10 lines
Diff to previous 1.33
Make compareTo cope with arbitrary Delayed's as arguments

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 21:58:22 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 13:31:27 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.31: +15 -6 lines
Diff to previous 1.31
Clarify subclassing guidance

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 22:44:54 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30
un-masking docstrings

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 05:13:11 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +27 -24 lines
Diff to previous 1.29
doc fixes

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:45:30 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +10 -10 lines
Diff to previous 1.28
typo; whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:02:43 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
whitespace

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 00:42:30 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +9 -4 lines
Diff to previous 1.26
doc fixes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon May 23 00:52:56 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.25: +4 -2 lines
Diff to previous 1.25
constructor doc fixes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun May 22 00:19:01 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
doc fixes

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri May 20 16:25:51 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
fix syntax in sample code

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue May 17 13:08:08 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.22: +63 -16 lines
Diff to previous 1.22
Add documentation; adjust STPE internal types

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue May 17 04:17:05 2005 UTC (19 years ago) by peierls
Branch: MAIN
Changes since 1.21: +24 -13 lines
Diff to previous 1.21
Overridable RunnableFuture creation for AbstractExecutorService.
OverridableRunnableScheduledFuture decoration for ScheduledThreadPoolExecutor.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.20: +54 -54 lines
Diff to previous 1.20
doc fixes

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:24:36 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Don't use raw type for Comparable

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 16:56:47 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.18: +6 -0 lines
Diff to previous 1.18
Check task type before trying to remove

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:48 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.17: +9 -8 lines
Diff to previous 1.17
Wording fixes and improvements

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 15:20:35 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -11 lines
Diff to previous 1.16
doc improvements; consistent conventions for nested classes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 01:47:00 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.15: +22 -13 lines
Diff to previous 1.15
Use j.u.Timer internal conventions

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 15:49:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Javadoc fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 18:15:59 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.13: +18 -9 lines
Diff to previous 1.13
Avoid overflow

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 23:19:55 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.12: +148 -122 lines
Diff to previous 1.12
formatting; grammar

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 21:43:57 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11
Improve shutdown detection

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:26 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Headers reference Creative Commons

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:25:20 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.9: +3 -37 lines
Diff to previous 1.9
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:14 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Streamline status settting

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 15:14:36 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +4 -5 lines
Diff to previous 1.7
Documentation improvements

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 14:55:52 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.6: +32 -77 lines
Diff to previous 1.6
Documentation improvements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 14:42:25 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
Documentation improvements

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 15:50:13 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.4: +20 -40 lines
Diff to previous 1.4
Added any/all methods

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 02:24:00 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 14:57:46 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
ScheduledExecutorService for Executors factory method return type

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 11:57:52 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.1: +6 -18 lines
Diff to previous 1.1
Avoid needing package-private fields

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 11:27:02 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Separated interface from concrete class

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a