Class PrivateLoomSupport

java.lang.Object
io.micronaut.http.netty.channel.loom.PrivateLoomSupport

@Internal public final class PrivateLoomSupport extends Object
Access helpers to private virtual thread APIs.
Since:
4.9.0
Author:
Jonas Konrad
  • Constructor Details

    • PrivateLoomSupport

      public PrivateLoomSupport()
  • Method Details

    • setScheduler

      public static void setScheduler(Object builder, Executor executor)
    • getCarrierThread

      public static Thread getCarrierThread(Thread t)
    • getScheduler

      public static Executor getScheduler(Thread t)
    • isSupported

      public static boolean isSupported()