ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/AbstractExecutorService.java
Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:41:59 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
Incorporate snippets code improvements from Pavel Rappo

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 20:54:37 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +5 -0 lines
Diff to previous 1.52
8250240: Address use of default constructors in the java.util.concurrent

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:11:06 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +2 -4 lines
Diff to previous 1.51
use multi-catch

Revision 1.51 - (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.50: +1 -1 lines
Diff to previous 1.50
standardize code sample idiom: * <pre> {@code

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

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 23:53:45 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +37 -37 lines
Diff to previous 1.48
improve implementation of invokeAll

Revision 1.48 - (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.47: +5 -1 lines
Diff to previous 1.47
never use wildcard imports

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun May 25 02:33:45 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
time to start using diamond <>

Revision 1.46 - (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.45: +2 -1 lines
Diff to previous 1.45
doclint warning fixes

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 01:36:08 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +1 -0 lines
Diff to previous 1.44
doclint warning fixes

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 20:09:33 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
give that javadoc some commas

Revision 1.43 - (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.42: +2 -2 lines
Diff to previous 1.42
javadoc style

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:00:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +16 -14 lines
Diff to previous 1.41
optimize access to local ArrayLists

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 20:31:05 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
whitespace

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 01:59:47 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +15 -15 lines
Diff to previous 1.39
<tt> -> {@code

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:10 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
normalize whitespace after <p>

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 20:05:42 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
remove redundant NullPointerException checks

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 19:58:00 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +7 -13 lines
Diff to previous 1.36
s/lastTime/deadline/g

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 02:53:25 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
whitespace

Revision 1.35 - (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.34: +1 -1 lines
Diff to previous 1.34
Update Creative Commons license URL in legal notices

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 05:18:30 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 18:07:49 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Future<Object> => Future<Void>

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:23:52 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +8 -8 lines
Diff to previous 1.31
Fix javadoc code samples to use <pre>  {@code so that we can replace &lt; with <, etc.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 19:19:40 2010 UTC (13 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +0 -2 lines
Diff to previous 1.30
remove useless throw/catch of InterruptedException

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Oct 28 00:31:54 2006 UTC (17 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +12 -0 lines
Diff to previous 1.29
6458306: Executor classes missing unchecked exception specs

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jul 12 19:55:45 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
6440728: ThreadPoolExecutor can fail to execute successfully submitted tasks as specified

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 17:42:22 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
whitespace

Revision 1.27 - (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.26: +0 -1 lines
Diff to previous 1.26
6378729: Remove workaround for 6280605

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 19:28:16 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +6 -6 lines
Diff to previous 1.25
6267833: Incorrect method signature ExecutorService.invokeAll()

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:37:03 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +9 -9 lines
Diff to previous 1.24
whitespace

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 00:35:38 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +5 -3 lines
Diff to previous 1.23
doc fixes

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

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

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:38:53 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.19: +20 -20 lines
Diff to previous 1.19
remove trailing whitespace

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:40:27 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.18: +8 -8 lines
Diff to previous 1.18
catch( -> catch (

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

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.15: +17 -6 lines
Diff to previous 1.15
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.15 - (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.14: +74 -67 lines
Diff to previous 1.14
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.14 - (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.13: +4 -0 lines
Diff to previous 1.13
Streamline status settting

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 12:24:48 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.12: +9 -0 lines
Diff to previous 1.12
Documentation improvments; support two-arg submit

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 14:00:05 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.11: +5 -16 lines
Diff to previous 1.11
Replace PrivilegedFutureTask with Executors.privilegedCallable

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 20:38:31 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.10: +2 -194 lines
Diff to previous 1.10
Define and use Executors.callable instead of submit/invoke variants

Revision 1.10 - (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.9: +1 -1 lines
Diff to previous 1.9
Documentation improvements

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 17:00:24 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Export delegation wrappers; fix/add documentation

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 12:58:20 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +16 -20 lines
Diff to previous 1.7
Fix timeout control

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 12:45:06 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.6: +122 -72 lines
Diff to previous 1.6
invokeAny returns value, not list

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 15:41:49 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.5: +132 -161 lines
Diff to previous 1.5
methods renamed back to invokeAny/All

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 00:29:49 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.4: +8 -16 lines
Diff to previous 1.4
Added CompletionService; Executor any/all methods now require lists

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 22:36:36 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.3: +26 -40 lines
Diff to previous 1.3
Minor improvements to any/all methods

Revision 1.3 - (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.2: +313 -1 lines
Diff to previous 1.2
Added any/all methods

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 13:00:13 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.1: +9 -1 lines
Diff to previous 1.1
Documentation updates

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 01:51:11 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

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