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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.131 by dl, Tue Feb 4 12:38:06 2020 UTC vs.
Revision 1.132 by dl, Tue Feb 4 23:52:24 2020 UTC

# Line 117 | Line 117 | import java.util.concurrent.locks.LockSu
117   * method is overridable to accommodate cases in which running tasks
118   * must be cancelled using interrupts. This may arise when adapting
119   * Callables that cannot check {@code isCancelled()} task status.
120 < * Tasks constructed with the (@link #adaptInterruptible) adaptor
120 > * Tasks constructed with the {@link #adaptInterruptible} adaptor
121   * track and interrupt the running thread upon {@code
122   * cancel(true)}. Reliable usage requires awareness of potential
123   * consequences: Method bodies should ignore stray interrupts to cope

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines