ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutorService.java
Revision 1.26 - (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.25: +1 -1 lines
Diff to previous 1.25
Wording fixes and improvements

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 15:35:10 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24
Wording cleanups; Improve SynchronousQueue serialization and fairness support

Revision 1.24 - (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.23: +1 -1 lines
Diff to previous 1.23
formatting; grammar

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 00:38:33 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.22: +35 -0 lines
Diff to previous 1.22
Use ACS in FutureTask; doc improvements

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

Revision 1.21 - (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.20: +14 -5 lines
Diff to previous 1.20
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.20 - (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.19: +36 -14 lines
Diff to previous 1.19
Documentation improvments; support two-arg submit

Revision 1.19 - (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.18: +5 -16 lines
Diff to previous 1.18
Replace PrivilegedFutureTask with Executors.privilegedCallable

Revision 1.18 - (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.17: +14 -148 lines
Diff to previous 1.17
Define and use Executors.callable instead of submit/invoke variants

Revision 1.17 - (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.16: +111 -96 lines
Diff to previous 1.16
Documentation improvements

Revision 1.16 - (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.15: +14 -14 lines
Diff to previous 1.15
Export delegation wrappers; fix/add documentation

Revision 1.15 - (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.14: +93 -92 lines
Diff to previous 1.14
invokeAny returns value, not list

Revision 1.14 - (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.13: +22 -12 lines
Diff to previous 1.13
methods renamed back to invokeAny/All

Revision 1.13 - (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.12: +65 -44 lines
Diff to previous 1.12
Added CompletionService; Executor any/all methods now require lists

Revision 1.12 - (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.11: +19 -3 lines
Diff to previous 1.11
Minor improvements to any/all methods

Revision 1.11 - (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.10: +141 -1 lines
Diff to previous 1.10
Added any/all methods

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

Revision 1.9 - (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.8: +1 -1 lines
Diff to previous 1.8
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.8 - (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
Changes since 1.7: +79 -0 lines
Diff to previous 1.7
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:13 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_PRE_ES_SUBMIT, JSR166_NOV3_FREEZE
Changes since 1.6: +6 -11 lines
Diff to previous 1.6
Removed non-standard tags and misc javadoc cleanup

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 14:47:31 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5
Javadoc clarifications

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:48 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1, JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Added missing javadoc tags; minor reformatting

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 11:34:19 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.3: +2 -11 lines
Diff to previous 1.3
Minor documentation updates
Remove remove(task) from ExecutorService, Add removablity to ScheduledExecutor tasks, Revert Executors.execute to return FutureTask

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 16:44:36 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.2: +12 -2 lines
Diff to previous 1.2
New ScheduledExecutor; CancellableTask

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:15:49 2003 UTC (21 years ago) by jozart
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
Changed "executor" to  "executor services" in javadoc

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 27 15:50:14 2003 UTC (21 years ago) by dl
Branch: MAIN
Initial implementations

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to JSR166_PFD: (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