Package org.jitsi.utils.concurrent
Class CustomizableThreadFactory
-
- All Implemented Interfaces:
-
java.util.concurrent.ThreadFactory
public final class CustomizableThreadFactory implements ThreadFactory
A thread factory which supports customizing name prefix of created threads and if produced threads are daemons or not.
-
-
Constructor Summary
Constructors Constructor Description CustomizableThreadFactory(String threadNamePrefix, boolean isDaemon)
-