public class StandardThreadPool
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ExecutorService |
delegate |
| Constructor and Description |
|---|
StandardThreadPool(int maxThreads) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
void |
stop()
TODO wont this hang if some tasks are sufficiently badly behaved?
|