Class DaemonExecutors
java.lang.Object
com.pnfsoftware.jeb.util.concurrent.DaemonExecutors
Static routines to create daemon thread pools. Mirrors
Executors.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorServicestatic ExecutorServicenewFixedThreadPool(int nThreads) static ExecutorService
-
Constructor Details
-
DaemonExecutors
public DaemonExecutors()
-
-
Method Details
-
newCachedThreadPool
-
newFixedThreadPool
-
newSingleThreadExecutor
-