Package io.quarkus.virtual.threads
-
Class Summary Class Description ContextPreservingExecutorService Delegating executor service implementation preserving the Vert.x context onContextPreservingExecutorService.execute(Runnable)DelegatingExecutorService An implementation ofExecutorServicethat delegates to the real executor, while disallowing termination.FallbackVirtualThreadsExecutorService Fallback executor service implementation in case the virtual threads are disabled or not available on the current platform.VirtualThreads.Literal VirtualThreadsConfig VirtualThreadsConfig$$accessor VirtualThreadsRecorder -
Annotation Types Summary Annotation Type Description VirtualThreads Qualifies an injected virtual threads executor service.