We can use Jetty 10's org.eclipse.jetty.util.VirtualThreads.Configurable.setVirtualThreadsExecutor(Executor) API to configure it to use virtual threads when they're available. Both ExecutorThreadPool and QueuedThreadPool implement this API. We configure Jetty to use a QueuedThreadPool at the moment