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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.329 by jsr166, Sat Oct 8 18:22:10 2016 UTC vs.
Revision 1.330 by dl, Thu Nov 3 12:00:26 2016 UTC

# Line 37 | Line 37 | import java.util.concurrent.locks.LockSu
37   * tasks are submitted to the pool from external clients.  Especially
38   * when setting <em>asyncMode</em> to true in constructors, {@code
39   * ForkJoinPool}s may also be appropriate for use with event-style
40 < * tasks that are never joined.
40 > * tasks that are never joined. All worker threads are initialized
41 > * with {@link Thread#isDaemon} set {@code true}.
42   *
43   * <p>A static {@link #commonPool()} is available and appropriate for
44   * most applications. The common pool is used by any ForkJoinTask that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines