toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.util
/
BasicThreadFactory
/
BasicThreadFactory
Basic
Thread
Factory
constructor
(
isDaemon
:
Boolean
=
false
,
priority
:
Int
=
-1
)
Parameters
is
Daemon
Whether
newThread
should create a daemon thread.
priority
The priority of a thread created by
newThread
.