public final class ThreadUtils
extends java.lang.Object
| Constructor and Description |
|---|
ThreadUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sleepSafely(long millis)
Causes calling thread to sleep and ignores thrown InterruptedException.
|