Other |
---|
tbdResolved |
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
Thread.sleep(millis,nanos) might possibly return before the specified time has elapsed, if nanos < 500,000, because in that case it rounds down to the nearest millis. Regardless of whether this behavior is strictly speaking permitted by the specification, the implementation should "at least" make a "best effort" to ensure that "at least" the specified time has elapsed.
|