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

Comparing jsr166/src/main/java/util/concurrent/Future.java (file contents):
Revision 1.43 by dl, Fri Nov 27 17:42:00 2020 UTC vs.
Revision 1.44 by dl, Sat Nov 28 20:08:28 2020 UTC

# Line 71 | Line 71 | public interface Future<V> {
71       * <p>The return value from this method does not necessarily
72       * indicate whether the task is now cancelled; use {@link
73       * #isCancelled}.
74 <     *Dale550
75 <
74 >     *
75       * @param mayInterruptIfRunning {@code true} if the thread
76       * executing this task should be interrupted (if the thread is
77       * known to the implementation); otherwise, in-progress tasks are

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines