ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletionStage.java
Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 21:26:46 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +4 -4 lines
Diff to previous 1.43
whitespace

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 03:36:59 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +5 -5 lines
Diff to previous 1.42
double trouble

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 16:11:55 2018 UTC (5 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.41: +37 -15 lines
Diff to previous 1.41
Use safer defaults

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 14:18:15 2018 UTC (5 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
whitespace

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 11:50:35 2018 UTC (5 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.39: +102 -0 lines
Diff to previous 1.39
Add exceptionally{Compose}{Async}

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Oct 5 18:45:59 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -5 lines
Diff to previous 1.38
stop encouraging implementations of toCompletableFuture to throw UnsupportedOperationException

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 23:40:07 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +27 -27 lines
Diff to previous 1.37
improve cross-method links from whenComplete to handle

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 21:22:16 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +59 -59 lines
Diff to previous 1.36
reorder handle, whenComplete, and exceptionally methods in source file from most general to least

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 21:16:37 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +28 -12 lines
Diff to previous 1.35
rewrite class spec to give "handle" top billing over "whenComplete"

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 21:09:10 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Prefer "outcome" to "result" when we may be referring to an exception

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 19:09:28 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
use "triggering stage" terminology

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 18:50:35 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +3 -0 lines
Diff to previous 1.32
clarify that arguments to stage computations come from predecessor stages

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 17:22:36 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +6 -0 lines
Diff to previous 1.31
thenAcceptBothAsync: standard spec for exceptional completion was missing

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 01:30:10 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +16 -16 lines
Diff to previous 1.30
add the word "both" to the async versions of methods where "both" already appears in the non-async versions

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 01:13:22 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
fix action/function javadoc mismatch

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 00:26:00 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
make code sample more compilable

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Jan 23 21:37:12 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
whitespace

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 23 21:32:12 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +34 -14 lines
Diff to previous 1.26
improve spec for whenComplete

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 23:31:51 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
use suppressed exception facility with whenComplete

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 19:19:34 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24
clarify behavior when both source stage and whenComplete action fail

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 12:17:49 2015 UTC (8 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.23: +6 -9 lines
Diff to previous 1.23
javadoc wording improvements

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 05:04:10 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +65 -24 lines
Diff to previous 1.22
8139927: Improve documentation for CompletableFuture composition

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 04:53:31 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21
whitespace

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 04:51:51 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 04:50:27 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +18 -18 lines
Diff to previous 1.19
whitespace

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 16:28:14 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +6 -6 lines
Diff to previous 1.18
consistent style for <li> tags, removing </li> end tags

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:37:20 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17
remove unused/redundant imports

Revision 1.17 - (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.16: +4 -4 lines
Diff to previous 1.16
standardize import statement order

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 18:21:48 2014 UTC (9 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.15: +8 -6 lines
Diff to previous 1.15
Improve whenComplete javadoc wording

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 12:16:23 2014 UTC (9 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Wording fix for thenCompose spec

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 06:15:34 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +45 -24 lines
Diff to previous 1.13
clarify whenComplete and handle specs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 05:38:26 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
more consistent javadoc

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 05:35:27 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11
stutter

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 07:07:38 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
javadoc typos

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 15:25:27 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
Incorporate review suggeastions; cope with disabled commonPool

Revision 1.9 - (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.8: +21 -21 lines
Diff to previous 1.8
doclint warning fixes

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 08:21:12 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +5 -0 lines
Diff to previous 1.6
add missing @return and @param

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 08:12:30 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
whitespace

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 08:09:21 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
whitespace

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 08:04:26 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
typo

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 16:58:12 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 11:37:11 2013 UTC (10 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
Typos

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 18:47:56 2013 UTC (10 years, 10 months ago) by dl
Branch: MAIN
Extract interface CompletionStage

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