ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/intro.html
(Generate patch)

Comparing jsr166/intro.html (file contents):
Revision 1.2 by dl, Fri Oct 25 22:55:44 2002 UTC vs.
Revision 1.3 by dl, Sun Dec 8 20:28:28 2002 UTC

# Line 98 | Line 98 | calling threads that compute functions r
98   Futures. This is supported in part by defining java.lang.Callable, the
99   argument/result analog of Runnable.
100  
101 < <p> While the Executor framework is intended to be extensible (so
102 < includes for example, AbstractExecutor that simplifies construction of
103 < new implementations), the most commonly used Executor will be
104 < ThreadExecutor, which can be configured to act as all sorts of thread
105 < pools, background threads, etc. The class is designed to be general
106 < enough to suffice for the vast majority of usages, even sophisticated
107 < ones, yet also includes methods and functionality that simplify
108 < routine usage.
101 > <p> While the Executor framework is intended to be extensible the most
102 > commonly used Executor will be ThreadExecutor, which can be configured
103 > to act as all sorts of thread pools, background threads, etc. The
104 > class is designed to be general enough to suffice for the vast
105 > majority of usages, even sophisticated ones, yet also includes methods
106 > and functionality that simplify routine usage.
107  
108   <p>
109   A few methods will also be added to the java.util.Timer to support

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines