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

Comparing jsr166/src/main/java/util/concurrent/package-info.java (file contents):
Revision 1.6 by jsr166, Sun Nov 18 18:03:11 2012 UTC vs.
Revision 1.7 by jsr166, Mon Nov 26 14:11:54 2012 UTC

# Line 19 | Line 19
19   *
20   * {@link java.util.concurrent.Executor} is a simple standardized
21   * interface for defining custom thread-like subsystems, including
22 < * thread pools, asynchronous IO, and lightweight task frameworks.
22 > * thread pools, asynchronous I/O, and lightweight task frameworks.
23   * Depending on which concrete Executor class is being used, tasks may
24   * execute in a newly created thread, an existing task-execution thread,
25   * or the thread calling {@link java.util.concurrent.Executor#execute

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines