toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.util
/
CommonsThreadFactoryAdapter
Commons
Thread
Factory
Adapter
abstract
class
CommonsThreadFactoryAdapter
(
factory
:
BasicThreadFactory
)
:
ThreadFactory
Adapter class for creating a
ThreadFactory
using
CommonsBasicThreadFactory
.
Inheritors
BasicThreadFactory
CountingThreadFactory
Members
Constructors
Commons
Thread
Factory
Adapter
Link copied to clipboard
constructor
(
builderAction
:
BasicThreadFactory.Builder
.
(
)
->
Unit
)
private
constructor
(
factory
:
BasicThreadFactory
)
Functions
new
Thread
Link copied to clipboard
open
override
fun
newThread
(
p0
:
Runnable
)
:
Thread