private static class ThreadPool.TPThreadFactory extends Object implements java.util.concurrent.ThreadFactory
| Modifier and Type | Field and Description |
|---|---|
(package private) ThreadGroup |
threadGroup
thread group that this pool's threads execute in
|
| Constructor and Description |
|---|
TPThreadFactory(ThreadGroup group) |
final ThreadGroup threadGroup
TPThreadFactory(ThreadGroup group)
public Thread newThread(Runnable r)
newThread in interface java.util.concurrent.ThreadFactoryCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.