Package dev.floofy.utils.kotlin.threading
Functions
Link copied to clipboard
fun createThreadFactory( name: String, priority: Int? = null, threadGroup: ThreadGroup = Thread.currentThread().threadGroup): ThreadFactory
Content copied to clipboard
Creates a new ThreadFactory object with a specified name.