Package org.apache.pekko.dispatch
Class VirtualThreadSupport.CarrierThreadFactory$
- java.lang.Object
-
- org.apache.pekko.dispatch.VirtualThreadSupport.CarrierThreadFactory$
-
- All Implemented Interfaces:
java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
- Enclosing class:
- VirtualThreadSupport
public static class VirtualThreadSupport.CarrierThreadFactory$ extends java.lang.Object implements java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
-
-
Field Summary
Fields Modifier and Type Field Description static VirtualThreadSupport.CarrierThreadFactory$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CarrierThreadFactory$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ForkJoinWorkerThread
newThread(java.util.concurrent.ForkJoinPool pool)
-
-
-
Field Detail
-
MODULE$
public static final VirtualThreadSupport.CarrierThreadFactory$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-