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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.12 by jsr166, Tue Oct 13 19:45:34 2015 UTC vs.
Revision 1.13 by jsr166, Thu Jun 30 14:17:04 2016 UTC

# Line 63 | Line 63 | import java.lang.reflect.Constructor;
63   * encountering the exception; minimally only the latter.
64   *
65   * <p>It is possible to define and use ForkJoinTasks that may block,
66 < * but doing do requires three further considerations: (1) Completion
66 > * but doing so requires three further considerations: (1) Completion
67   * of few if any <em>other</em> tasks should be dependent on a task
68   * that blocks on external synchronization or I/O. Event-style async
69   * tasks that are never joined (for example, those subclassing {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines