public interface ThreadPool
| Modifier and Type | Method and Description |
|---|---|
ThreadControl |
execute(Executable work)
Run work in separate thread.
|
ThreadControl |
execute(java.lang.Runnable work)
Run work in separate thread.
|
ThreadControl execute(java.lang.Runnable work)
work - the work to be executed.ThreadControl execute(Executable work)
work - the work to be executed.