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

Comparing jsr166/src/jdk7/java/util/concurrent/Executor.java (file contents):
Revision 1.5 by jsr166, Sun May 25 01:20:22 2014 UTC vs.
Revision 1.6 by jsr166, Mon Feb 16 17:43:05 2015 UTC

# Line 12 | Line 12 | package java.util.concurrent;
12   * mechanics of how each task will be run, including details of thread
13   * use, scheduling, etc.  An {@code Executor} is normally used
14   * instead of explicitly creating threads. For example, rather than
15 < * invoking {@code new Thread(new(RunnableTask())).start()} for each
15 > * invoking {@code new Thread(new RunnableTask()).start()} for each
16   * of a set of tasks, you might use:
17   *
18   * <pre>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines