Class SimpleThreadFactory
java.lang.Object
nonapi.io.github.classgraph.concurrency.SimpleThreadFactory
- All Implemented Interfaces:
ThreadFactory
Simple implementation of a thread factory.
- Author:
- Johno Crawford (johno@sulake.com)
-
Method Summary
-
Method Details
-
newThread
New thread.- Specified by:
newThreadin interfaceThreadFactory- Parameters:
runnable- the runnable- Returns:
- the thread
-