public static class to.e
extends java.lang.Object
| Constructor and Description |
|---|
e() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Thread |
daemonForever(long delayInMillis,
java.lang.Runnable runnable) |
static java.lang.Thread |
daemonForever(java.lang.String threadName,
long delayInMillis,
java.lang.Runnable runnable) |
static java.lang.Thread |
daemonForever(java.lang.String threadName,
long delayInMillis,
java.lang.Runnable runnable,
long startDelayInMillis) |
static to.Parallel |
parallel() |
static to.Parallel |
parallel(java.util.concurrent.ExecutorService pool) |
public static to.Parallel parallel()
public static to.Parallel parallel(java.util.concurrent.ExecutorService pool)
public static java.lang.Thread daemonForever(long delayInMillis,
java.lang.Runnable runnable)
public static java.lang.Thread daemonForever(java.lang.String threadName,
long delayInMillis,
java.lang.Runnable runnable)
public static java.lang.Thread daemonForever(java.lang.String threadName,
long delayInMillis,
java.lang.Runnable runnable,
long startDelayInMillis)