BasicThreadFactory
abstract class BasicThreadFactory(isDaemon: Boolean = false, priority: Int = -1) : CommonsThreadFactoryAdapter
An abstract ThreadFactory implementation for simple customization.
Parameters
isDaemon
Whether newThread should create a daemon thread.
priority
The priority of a thread created by newThread.