Log of /jsr166/src/main/java/util/concurrent/Executors.java
Parent Directory
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 8 16:18:00 2007 UTC (2 years, 3 months ago) by
jsr166
Branch:
MAIN
Changes since
1.67: +73 -62 lines
Diff to
previous 1.67
6552961: Callables from Executors.privilegedCallable retain results
6558429: Bugs in privileged Executors wrappers
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 20 07:12:49 2006 UTC (3 years, 7 months ago) by
jsr166
Branch:
MAIN
Changes since
1.66: +27 -19 lines
Diff to
previous 1.66
6404123: @link => @linkplain and other minor doc fixes; 6398290: Exception specifications in ScheduledThreadPoolExecutor/Executors
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 8 19:42:26 2003 UTC (5 years, 11 months ago) by
tim
Branch:
MAIN
Changes since
1.29: +7 -7 lines
Diff to
previous 1.29
Use XXXFuture<?> instead of XXXFuture<Boolean> when returning futures
without interesting return values
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 19 15:04:57 2003 UTC (6 years, 3 months ago) by
tim
Branch:
MAIN
Changes since
1.14: +22 -3 lines
Diff to
previous 1.14
Future extends Cancellable.
class SE.DelayedTask -> interface ScheduledCancellable
class SE.DelayedFutureTask -> interface ScheduledFuture
Add primitive SE test.
Related internals changes.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 4 15:31:45 2003 UTC (6 years, 5 months ago) by
tim
Branch:
MAIN
Changes since
1.6: +6 -6 lines
Diff to
previous 1.6
Fixed doc comments to refer to ExecutionException
rather than CannotExecuteException.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 4 11:34:19 2003 UTC (6 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.4: +4 -5 lines
Diff to
previous 1.4
Minor documentation updates
Remove remove(task) from ExecutorService, Add removablity to ScheduledExecutor tasks, Revert Executors.execute to return FutureTask
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 14 21:30:46 2003 UTC (6 years, 6 months ago) by
tim
Branch:
MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test
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.