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.360 by jsr166, Fri Jan 17 20:27:08 2020 UTC vs.
Revision 1.361 by jsr166, Fri Jan 17 20:31:54 2020 UTC

# Line 2000 | Line 2000 | public class ForkJoinPool extends Abstra
2000  
2001      /**
2002       * Adds the given task to an external submission queue, or throws
2003 <     * exception if shutdown or terminating
2003 >     * exception if shutdown or terminating.
2004       *
2005       * @param task the task. Caller must ensure non-null.
2006       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines