Class DelegatingExecutorService

java.lang.Object
io.quarkus.virtual.threads.DelegatingExecutorService
All Implemented Interfaces:
Executor, ExecutorService

class DelegatingExecutorService extends Object implements ExecutorService
An implementation of ExecutorService that delegates to the real executor, while disallowing termination.