Package | Description |
---|---|
net.datenwerke.async |
Modifier and Type | Method and Description |
---|---|
static DwThreadPoolExecutor |
ThreadPoolFactory.newCachedThreadPool(java.lang.String threadLabel) |
static DwThreadPoolExecutor |
ThreadPoolFactory.newFixedThreadPool(int nThreads,
java.lang.String threadLabel) |
static DwThreadPoolExecutor |
ThreadPoolFactory.newSingleThreadExecutor(java.lang.String threadLabel) |
Constructor and Description |
---|
DwAsyncPoolImpl(DwThreadPoolExecutor executorService)
Creates a new thread pool from the given executor.
|