public class DaemonThreadFactory extends Object implements ThreadFactory
ThreadFactory
that creates daemon threads.Constructor and Description |
---|
DaemonThreadFactory() |
DaemonThreadFactory(ThreadFactory core) |
public DaemonThreadFactory()
public DaemonThreadFactory(ThreadFactory core)
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
Copyright © 2004–2022. All rights reserved.