EDU.oswego.cs.dl.util.concurrent
Class ThreadFactoryUser.DefaultThreadFactory
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ThreadFactoryUser.DefaultThreadFactory
- ThreadFactoryUser
- ThreadFactory
protected static class ThreadFactoryUser.DefaultThreadFactory
Thread | newThread(Runnable command) - Create a new thread that will run the given command when started
|
newThread
public Thread newThread(Runnable command)
Create a new thread that will run the given command when started
- newThread in interface ThreadFactory