public interface WorkerPool
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Task runnable) |
WorkerThread[] |
getThreads() |
void |
shutdown() |
void |
start() |
void execute(Task runnable)
WorkerThread[] getThreads()
void start()
void shutdown()