Background Thread Factory
class BackgroundThreadFactory @JvmOverloads constructor(threadPriority: Int = DEFAULT_THREAD_PRIORITY, threadNamePrefix: String = DEFAULT_THREAD_NAME) : ThreadFactory
Implementation of ThreadFactory that allows to specify priority of threads.