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

Comparing jsr166/src/main/java/util/concurrent/package.html (file contents):
Revision 1.17 by dl, Thu Dec 30 13:04:46 2004 UTC vs.
Revision 1.18 by dl, Sat Jan 1 12:50:34 2005 UTC

# Line 79 | Line 79 | that the method should wait before indic
79   timed-out. Implementations make a "best effort" to detect
80   time-outs as soon as possible after they occur. However, an indefinite
81   amount of time may elapse between a time-out being detected and a
82 < thread actually executing again after that time-out.
82 > thread actually executing again after that time-out. All methods
83 > that accept timeout parameters treat values less than or equal to
84 > zero to mean not to wait at all. To wait "forever", you can use
85 > a value of <tt>Long.MAX_VALUE</tt>.
86  
87   <h2>Synchronizers</h2>
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines