class ConfigurableThreadFactory(config: Config) extends ThreadFactory with ForkJoinWorkerThreadFactory
Thread factory (both java.util.concurrent.ThreadFactory and java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory) that creates new threads according to the provided com.avast.sst.jvm.execution.ConfigurableThreadFactory.Config.
- Companion:
- object
trait ForkJoinWorkerThreadFactory
trait ThreadFactory
class Object
trait Matchable
class Any