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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.27 by dl, Fri Sep 26 11:37:11 2003 UTC vs.
Revision 1.28 by dl, Sat Sep 27 12:22:40 2003 UTC

# Line 10 | Line 10 | import java.util.*;
10  
11   /**
12   * An {@link ExecutorService} that executes each submitted task using
13 < * one of possibly several pooled threads.
13 > * one of possibly several pooled threads, normally configured
14 > * using {@link Executors} factory methods.
15   *
16   * <p>Thread pools address two different problems: they usually
17   * provide improved performance when executing large numbers of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines