Uses of Interface
org.eclipse.jetty.util.VirtualThreads.Configurable
Packages that use VirtualThreads.Configurable
Package
Description
Jetty Util : Common ThreadPool Utilities
-
Uses of VirtualThreads.Configurable in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement VirtualThreads.Configurable -
Uses of VirtualThreads.Configurable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement VirtualThreads.ConfigurableModifier and TypeClassDescriptionclass
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
A thread pool with a queue of jobs to execute.