Release Note: `Thread.sleep(millis, nanos)` Is Now Able to Perform Sub-Millisecond Sleeps

XMLWordPrintable

      The `Thread.sleep(millis, nanos)` method is now able to perform sub-millisecond sleeps on POSIX platforms. Before this change, a non-zero `nanos` argument would round up to a full millisecond. While the precision is improved on most POSIX systems, the actual sleep duration is still subject to the precision and accuracy of system facilities.

            Assignee:
            Aleksey Shipilev
            Reporter:
            Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: