public class NamedThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
| 构造器和说明 |
|---|
NamedThreadFactory(java.lang.String nameFormat)
Creates a thread factory that names threads according to the
nameFormat by supplying a
single argument to the format representing the thread number. |