Package io.quarkus.bootstrap.forkjoin
-
Class Summary Class Description QuarkusForkJoinWorkerThread QuarkusForkJoinWorkerThreadFactory This implementation of JDK's ForkJoinPool.ForkJoinWorkerThreadFactory needs to be enabled by setting system propertyjava.util.concurrent.ForkJoinPool.common.threadFactoryto this class name, so to allow Quarkus to set the contextual classloader to the correct runtime classloader for each thread being started by the common pool.