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.13 by dl, Sat Dec 20 18:57:32 2003 UTC vs.
Revision 1.14 by dl, Mon Dec 29 19:05:23 2003 UTC

# Line 23 | Line 23 | task-execution thread, or the thread cal
23   may execute sequentially or concurrently.  {@link
24   java.util.concurrent.ExecutorService} provides a more complete
25   asynchronous task execution framework.  An ExecutorService manages
26 < queueing and scheduling of tasks, and allows controlled shutdown.  The
26 > queuing and scheduling of tasks, and allows controlled shutdown.  The
27   {@link java.util.concurrent.ScheduledExecutorService} subinterface
28   adds support for delayed and periodic task execution.
29   ExecutorServices provide methods arranging asynchronous execution of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines