ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/package.html
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/package.html (file contents):
Revision 1.6 by dl, Sat Sep 13 18:51:11 2003 UTC vs.
Revision 1.7 by dl, Fri Sep 26 11:37:11 2003 UTC

# Line 16 | Line 16 | descriptions of the main components. See
16  
17   {@link java.util.concurrent.Executor} is a simple standardized
18   interface for defining custom thread-like subsystems, including thread
19 < pools, asynch-IO, and lightweight task frameworks.  Depending on which
19 > pools, asynchronous IO, and lightweight task frameworks.  Depending on which
20   concrete Executor class is being used, tasks may execute in a newly
21   created thread, an existing task-execution thread, or the thread
22   calling <tt>execute()</tt>, and may execute sequentially or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines