public interface ThreadFactory
new Thread
, enabling
applications to use special thread subclasses, default
prioritization settings, etc.
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable command)
Create a new thread that will run the given command when started
|