ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.42 by dl, Mon Aug 3 13:01:15 2009 UTC vs.
Revision 1.43 by jsr166, Tue Aug 4 00:55:13 2009 UTC

# Line 66 | Line 66 | import java.util.concurrent.atomic.Atomi
66   * used for all parallel task execution in a program or subsystem.
67   * Otherwise, use would not usually outweigh the construction and
68   * bookkeeping overhead of creating a large set of threads. For
69 < * example a common pool could be used for the {@code SortTasks}
69 > * example, a common pool could be used for the {@code SortTasks}
70   * illustrated in {@link RecursiveAction}. Because {@code
71   * ForkJoinPool} uses threads in {@linkplain java.lang.Thread#isDaemon
72 < * daemon} mode, there is typically no need to explictly {@link
72 > * daemon} mode, there is typically no need to explicitly {@link
73   * #shutdown} such a pool upon program exit.
74   *
75   * <pre>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines