ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinWorkerThread.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.7 by dl, Thu Jul 16 15:32:34 2009 UTC vs.
Revision 1.8 by jsr166, Mon Jul 20 21:45:06 2009 UTC

# Line 239 | Line 239 | public class ForkJoinWorkerThread extend
239  
240      /**
241       * Establishes local first-in-first-out scheduling mode for forked
242 <     * tasks that are never joined.
242 >     * tasks that are never joined.
243       * @param async if true, use locally FIFO scheduling
244       */
245      void setAsyncMode(boolean async) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines