NamedThreadFactory
is a convenience implementation of {@link ThreadFactory} that may be used to create meaningful thread names
@author Regunath B
@version 1.0, 15 Mar 2013
namePrefix + " thread-" + threadNum
where threadNum is the count of threads created by this type of factory.
@author Abhishek Sanoujam
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|