public class ThreadUtil extends Object
| Constructor and Description |
|---|
ThreadUtil() |
| Modifier and Type | Method and Description |
|---|---|
static long |
sleepQuietly(long millis)
Sleeps for the specified number of milliseconds, catching and ignoring
any
InterruptedException. |