Class ThreadCreator
java.lang.Object
org.infinispan.commons.jdkspecific.ThreadCreator
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<ExecutorService> static Thread
createThread
(ThreadGroup threadGroup, Runnable target, boolean useVirtualThread) static boolean
-
Constructor Details
-
ThreadCreator
public ThreadCreator()
-
-
Method Details
-
useVirtualThreads
public static boolean useVirtualThreads() -
createThread
public static Thread createThread(ThreadGroup threadGroup, Runnable target, boolean useVirtualThread) -
createBlockingExecutorService
-