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.410 by dl, Fri May 6 16:03:05 2022 UTC vs.
Revision 1.411 by jsr166, Fri Nov 25 16:39:48 2022 UTC

# Line 3505 | Line 3505 | public class ForkJoinPool extends Abstra
3505       * no new tasks will be accepted, and waits until all tasks have
3506       * completed execution and the executor has terminated.
3507       *
3508 <     * <p> If already terminated, or this is the {@link
3508 >     * <p>If already terminated, or this is the {@link
3509       * #commonPool()}, this method has no effect on execution, and
3510       * does not wait. Otherwise, if interrupted while waiting, this
3511       * method stops all executing tasks as if by invoking {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines