public class ThreadServices
extends java.lang.Object
| Constructor and Description |
|---|
ThreadServices() |
| Modifier and Type | Method and Description |
|---|---|
static void |
spawnAndJoin(java.lang.String threadName,
int threadCount,
CodeBlock codeBlock) |
public static void spawnAndJoin(java.lang.String threadName,
int threadCount,
CodeBlock codeBlock)
throws java.lang.InterruptedException
java.lang.InterruptedException