public class NamedThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Based on code from the book "Java Concurrency in Practice" by Brian Goetz
Constructor and Description |
---|
NamedThreadFactory(java.lang.String poolName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable) |