public interface ThreadPool4
| Modifier and Type | Method and Description |
|---|---|
void |
join(int timeoutMilliseconds) |
void |
start(java.lang.String taskName,
java.lang.Runnable task) |
void |
startLowPriority(java.lang.String taskName,
java.lang.Runnable task) |
Event4<UncaughtExceptionEventArgs> |
uncaughtException() |
void start(java.lang.String taskName,
java.lang.Runnable task)
void startLowPriority(java.lang.String taskName,
java.lang.Runnable task)
Event4<UncaughtExceptionEventArgs> uncaughtException()
void join(int timeoutMilliseconds)
throws java.lang.InterruptedException
java.lang.InterruptedException