| Package | Description |
|---|---|
| org.echocat.jomon.runtime.concurrent | |
| org.echocat.jomon.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadUtils.joinSafe(Duration maximumWaitTime,
java.lang.Iterable<? extends java.lang.Thread> threads) |
static void |
ThreadUtils.joinSafe(Duration maximumWaitTime,
java.lang.Thread... threads) |
static void |
ThreadUtils.joinSafe(Duration maximumWaitTime,
java.lang.Thread thread) |
static void |
ThreadUtils.joinSafe(java.lang.Iterable<? extends java.lang.Thread> threads) |
static void |
ThreadUtils.joinSafe(java.lang.Thread... threads) |
static void |
ThreadUtils.joinSafe(java.lang.Thread thread) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Duration.sleepSafe(Duration duration) |
static void |
Duration.sleepSafe(long milliSeconds) |
static void |
Duration.sleepSafe(long amount,
java.util.concurrent.TimeUnit unit) |
static void |
Duration.sleepSafe(java.lang.String duration) |
void |
Duration.sleepUnchecked() |
Copyright © 2013 echocat. All Rights Reserved.