Package com.saperion.common.lang.threads
Class Threads
- java.lang.Object
-
- com.saperion.common.lang.threads.Threads
-
public final class Threads extends java.lang.Object
Utility class for thread treatment.- Author:
- dam, agz
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.concurrent.ThreadFactory
newDaemonThreadFactory()
Creates a newThreadFactory
which only creates daemonThreads
.
-