Uses of Class
net.datenwerke.async.DwThreadPoolExecutor
Packages that use DwThreadPoolExecutor
-
Uses of DwThreadPoolExecutor in net.datenwerke.async
Methods in net.datenwerke.async that return DwThreadPoolExecutorModifier and TypeMethodDescriptionstatic DwThreadPoolExecutorThreadPoolFactory.newCachedThreadPool(String threadLabel) static DwThreadPoolExecutorThreadPoolFactory.newFixedThreadPool(int nThreads, String threadLabel) static DwThreadPoolExecutorThreadPoolFactory.newSingleThreadExecutor(String threadLabel) Constructors in net.datenwerke.async with parameters of type DwThreadPoolExecutorModifierConstructorDescriptionDwAsyncPoolImpl(DwThreadPoolExecutor executorService) Creates a new thread pool from the given executor.