ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutorCompletionService.java
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 15:57:23 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +8 -0 lines
Diff to previous 1.29 , to selected 1.9
use @inheritDoc for unchecked exceptions

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 22:46:46 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +2 -0 lines
Diff to previous 1.28 , to selected 1.9
8181082: class-level since tag issues in java.base & java.datatransfer module

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 22:15:01 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 , to selected 1.9
elide parens in unary lambdas

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon May 23 22:58:06 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 , to selected 1.9
use method references

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun May 22 01:09:21 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.25: +10 -15 lines
Diff to previous 1.25 , to selected 1.9
improve and test ExecutorCompletionService sample code

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue May 3 23:04:58 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 , to selected 1.9
use <> in code sample

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 17:03:22 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 , to selected 1.9
Terminate javadoc with a period.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 05:53:29 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +8 -5 lines
Diff to previous 1.22 , to selected 1.9
pass completionQueue as explicit arg to QueueingFuture constructor, so that QueueingFuture can be made static

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun May 25 02:41:29 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.21: +32 -33 lines
Diff to previous 1.21 , to selected 1.9
use 2-space indent in code samples

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 15:21:30 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 , to selected 1.9
javadoc typo fixes from Sergey Malenkov; https://bugs.openjdk.java.net/browse/JDK-8022746

Revision 1.20 - (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.19: +1 -1 lines
Diff to previous 1.19 , to selected 1.9
Update Creative Commons license URL in legal notices

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 05:49:04 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 , to selected 1.9
80 cols

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 17:57:19 2007 UTC (16 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +53 -55 lines
Diff to previous 1.17 , to selected 1.9
6590649: Improve ExecutorCompletionService javadoc

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 20:53:11 2006 UTC (17 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 , to selected 1.9
Clarify that queue should be unbounded

Revision 1.16 - (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.15: +0 -1 lines
Diff to previous 1.15 , to selected 1.9
6378729: Remove workaround for 6280605

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 22:58:57 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +47 -40 lines
Diff to previous 1.14 , to selected 1.9
whitespace

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 01:17:58 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +0 -4 lines
Diff to previous 1.13 , to selected 1.9
whitespace

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 19:59:32 2005 UTC (18 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.12: +32 -8 lines
Diff to previous 1.12 , to selected 1.9
Use newTaskFor

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:38:53 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 , to selected 1.9
remove trailing whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:40:27 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.9
catch( -> catch (

Revision 1.10 - (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.9: +2 -2 lines
Diff to previous 1.9
Wording fixes and improvements

Revision 1.9 - (view) (download) (annotate) - [selected]
Wed Jan 21 15:20:35 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.8: +7 -5 lines
Diff to previous 1.8
doc improvements; consistent conventions for nested classes

Revision 1.8 - (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.7: +2 -2 lines
Diff to previous 1.7 , to selected 1.9
Headers reference Creative Commons

Revision 1.7 - (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.6: +7 -2 lines
Diff to previous 1.6 , to selected 1.9
Documentation improvments; support two-arg submit

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: +11 -14 lines
Diff to previous 1.5 , to selected 1.9
Documentation improvements

Revision 1.5 - (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.4: +64 -5 lines
Diff to previous 1.4 , to selected 1.9
Export delegation wrappers; fix/add documentation

Revision 1.4 - (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.3: +6 -6 lines
Diff to previous 1.3 , to selected 1.9
methods renamed back to invokeAny/All

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 12:06:00 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.2: +25 -16 lines
Diff to previous 1.2 , to selected 1.9
Improved documentation; changed constructors and accesors

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 04:55:27 2003 UTC (20 years, 5 months ago) by jozart
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 , to selected 1.9
Substituted Executor for ExecutorService.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 00:29:49 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Diff to selected 1.9
Added CompletionService; Executor any/all methods now require lists

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