public final class SimpleThreadFactory extends Object implements ThreadFactory
Modifier and Type | Field and Description |
---|---|
static SimpleThreadFactory |
daemonThreadFactory
ThreadFactory which creates daemon threads.
|
static SimpleThreadFactory |
threadFactory
ThreadFactory which creates user threads.
|
public static final SimpleThreadFactory daemonThreadFactory
public static final SimpleThreadFactory threadFactory
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.