ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Future.java
Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 16:39:48 2022 UTC (17 months, 3 weeks ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
whitespace

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 17:00:36 2022 UTC (2 years ago) by dl
Branch: MAIN
Changes since 1.45: +7 -7 lines
Diff to previous 1.45
Misc touchups

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Mar 18 16:01:42 2022 UTC (2 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.44: +139 -0 lines
Diff to previous 1.44
jdk17+ suppressWarnings, FJ updates

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Nov 28 20:08:28 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.43: +1 -2 lines
Diff to previous 1.43
Stray characters

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:42:00 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.42: +4 -3 lines
Diff to previous 1.42
Incorporate snippets code improvements from Pavel Rappo

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 14:33:57 2020 UTC (3 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.41: +21 -18 lines
Diff to previous 1.41
Clarify cancel spec

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 18:52:37 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +5 -14 lines
Diff to previous 1.40
code sample modernization

Revision 1.40 - (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.39: +2 -2 lines
Diff to previous 1.39
standardize code sample idiom: * <pre> {@code

Revision 1.39 - (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.38: +1 -1 lines
Diff to previous 1.38
time to start using diamond <>

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 23:23:05 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37
Fix all occurrences of javac8 warning: empty <p> tag

Revision 1.37 - (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.36: +21 -21 lines
Diff to previous 1.36
<tt> -> {@code

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed May 9 18:56:54 2012 UTC (12 years ago) by jsr166
Branch: MAIN
Changes since 1.35: +6 -6 lines
Diff to previous 1.35
code snippet 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]
Mon Sep 20 20:23:52 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +9 -11 lines
Diff to previous 1.33
Fix javadoc code samples to use <pre>  {@code so that we can replace &lt; with <, etc.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 05:51:49 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
6373953: Future.cancel doc "has" small grammar problem

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

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 21:45:12 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +3 -4 lines
Diff to previous 1.30
happens-before

Revision 1.30 - (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.29: +5 -0 lines
Diff to previous 1.29
Edit pass for happens-before descriptions

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 00:07:26 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
task -> this task

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 00:04:39 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +7 -2 lines
Diff to previous 1.26
Clarify Future.cancel

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 23:23:18 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +5 -3 lines
Diff to previous 1.25
whitespace

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 05:01:01 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
workaround for 6280605

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.23: +4 -7 lines
Diff to previous 1.23
doc fixes

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 00:23:55 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.22: +11 -11 lines
Diff to previous 1.22
Wording improvements and fixes

Revision 1.22 - (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.21: +2 -2 lines
Diff to previous 1.21
Headers reference Creative Commons

Revision 1.21 - (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.20: +4 -0 lines
Diff to previous 1.20
Documentation improvements

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 13:11:46 2003 UTC (20 years, 5 months ago) by jozart
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
Added CancellationException to javadoc for timed get method.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 08:30:09 2003 UTC (20 years, 5 months ago) by jozart
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Fixed typo in cancel doc.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 17:01:58 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.17: +13 -15 lines
Diff to previous 1.17
Another use of Executors.execute in sample code.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 20:54:29 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.16: +43 -3 lines
Diff to previous 1.16
Revised tests for revised Future classes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 17:31:23 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Wording and typo cleanup pass

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Added docs for type params

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 12:22:40 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Use "unit" instead of "granularity"; add Executors link to first sentence of TPE

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Proofreading pass -- many minor adjustments

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:09:52 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Avoid ABA problem in CHP; fix other javadocs

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 14:47:31 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.9: +12 -2 lines
Diff to previous 1.9
Javadoc clarifications

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 15:04:57 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.8: +2 -13 lines
Diff to previous 1.8
Future extends Cancellable.
class SE.DelayedTask -> interface ScheduledCancellable
class SE.DelayedFutureTask -> interface ScheduledFuture
Add primitive SE test.
Related internals changes.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.7: +3 -4 lines
Diff to previous 1.7
Scrunched catch, finally, else clauses.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Fixes to minor errors found by DocCheck

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 00:20:00 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5
Clarified isDone

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 19:04:37 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.4: +13 -14 lines
Diff to previous 1.4
Change example

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:21:28 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1, JSR166_PRERELEASE_0_1
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
Cancellation support in TPE

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
re-check-in initial implementations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:47 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

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