ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletionService.java
Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 22:46:46 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +2 -0 lines
Diff to previous 1.19 , to selected 1.13
8181082: class-level since tag issues in java.base & java.datatransfer module

Revision 1.19 - (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.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.13
give that javadoc some commas

Revision 1.18 - (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.17: +11 -11 lines
Diff to previous 1.17 , to selected 1.13
<tt> -> {@code

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 14:11:54 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.13
IO => I/O

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:14:11 2012 UTC (11 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15 , to selected 1.13
delete trailing empty lines of javadoc

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 02:35:12 2011 UTC (12 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14 , to selected 1.13
whitespace

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

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 22:51:10 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +8 -7 lines
Diff to previous 1.11 , to selected 1.13
happens-before

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 00:04:00 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.13
Edit pass for happens-before descriptions

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:10:52 2005 UTC (18 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.9: +3 -5 lines
Diff to previous 1.9 , to selected 1.13
Formatting tweaks to happens-before markup

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:03:08 2005 UTC (18 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8 , to selected 1.13
Happens-before markup

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 02:14:54 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +20 -18 lines
Diff to previous 1.7 , to selected 1.13
doc fixes

Revision 1.7 - (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.6: +4 -4 lines
Diff to previous 1.6 , to selected 1.13
remove trailing whitespace

Revision 1.6 - (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.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.13
Wording fixes and improvements

Revision 1.5 - (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.4: +2 -2 lines
Diff to previous 1.4 , to selected 1.13
Headers reference Creative Commons

Revision 1.4 - (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.3: +2 -0 lines
Diff to previous 1.3 , to selected 1.13
Documentation improvments; support two-arg submit

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 17:05:27 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 , to selected 1.13
Updated documentation

Revision 1.2 - (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.1: +17 -1 lines
Diff to previous 1.1 , to selected 1.13
Improved documentation; changed constructors and accesors

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.13
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