Class DaemonExecutors
java.lang.Object
ActiverseUtils.DaemonExecutors
Shared factory for daemon
ExecutorServices so game code does not repeat thread boilerplate.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorServicenewFixedDaemonThreadPool(int nThreads, String threadName) static ExecutorServicenewSingleDaemonThreadExecutor(String threadName)
-
Method Details
-
newSingleDaemonThreadExecutor
-
newFixedDaemonThreadPool
-